Skip to content

bloqade.qasm3.dialects.expr.stmts.Tan

← Module overview

classTansource

bloqade.qasm3.dialects.expr.stmts.Tan

Bases: ir.Statement

Take the tangent of a number.

class Tan

Attributes

NameTypeDefaultDescription
name—'tan'
traits—frozenset({lowering.FromPythonCall()})
valueir.SSAValueinfo.argument(PyNum)
resultir.ResultValueinfo.result(types.Float)