bloqade.qasm2.sin
← Module overview
function
source
functionsin¶source
bloqade.qasm2.sin
def sin(value: float) -> floatSine math function.
Parameters
| Name | Type | Description |
|---|---|---|
value | float | The value to take the sine of. |
Returns
floatThe sine of `value`.