ln(x: f64) → f64
Category: [math](builtinsmath)_
Natural (base-e) logarithm.
| Parameter | Type | Description | Remarks |
|---|---|---|---|
| x | f64 | The input value. | — |
| returns | f64 | The result. | — |
wcl
ln(1.0) // natural (base-e) logarithm of 1 → 0.0ln(x: f64) → f64
Category: [math](builtinsmath)_
Natural (base-e) logarithm.
| Parameter | Type | Description | Remarks |
|---|---|---|---|
| x | f64 | The input value. | — |
| returns | f64 | The result. | — |
ln(1.0) // natural (base-e) logarithm of 1 → 0.0