Skip to content

bloqade.qasm2.sin

← Module overview

functionsinsource

bloqade.qasm2.sin

def sin(value: float) -> float

Sine math function.

Parameters

NameTypeDescription
valuefloatThe value to take the sine of.

Returns

floatThe sine of `value`.

source