Skip to content

bloqade.qasm2.tan

← Module overview

functiontansource

bloqade.qasm2.tan

def tan(value: float) -> float

Tangent math function.

Parameters

NameTypeDescription
valuefloatThe value to take the tangent of.

Returns

floatThe tangent of `value`.

source