ln
ln(value: numeric) -> float64
Returns natural logarithm of a numeric expression. The value should be greater than 0.
Domain
This is a scalar function (calculates a single output value for a single input row).
Categories
Examples
make_col ln_val:ln(@.temperature)
Returns the natural logarithm of column temperature
Updated 8 days ago