Skip to content

bloqade.qasm2.exp

← Module overview

functionexpsource

bloqade.qasm2.exp

def exp(value: float) -> float

Exponential math function.

Parameters

NameTypeDescription
valuefloatThe value to exponentiate.

Returns

floatThe exponential of `value`.

source