Skip to content

bloqade.qasm2.ln

← Module overview

functionlnsource

bloqade.qasm2.ln

def ln(value: float) -> float

logarithm math function.

Parameters

NameTypeDescription
valuefloatThe value to take the natural logarithm of.

Returns

floatThe natural logarithm of `value`.

source