bloqade.qasm3.dialects.expr.stmts.Sin
← Module overview
class
classSin¶source
bloqade.qasm3.dialects.expr.stmts.Sin
Bases: ir.Statement
Take the sine of a number.
class SinAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'sin' | |
traits | — | frozenset({lowering.FromPythonCall()}) | |
value | ir.SSAValue | info.argument(PyNum) | |
result | ir.ResultValue | info.result(types.Float) |