bloqade.qasm2.ln
← Module overview
function
source
functionln¶source
bloqade.qasm2.ln
def ln(value: float) -> floatlogarithm math function.
Parameters
| Name | Type | Description |
|---|---|---|
value | float | The value to take the natural logarithm of. |
Returns
floatThe natural logarithm of `value`.