ln(x: f64) → f64

Category: [math](builtinsmath)_

Natural (base-e) logarithm.

ParameterTypeDescriptionRemarks
xf64The input value.
returnsf64The result.
wcl
ln(1.0)   // natural (base-e) logarithm of 1 → 0.0