Last updated 7 days ago
Computes the natural logarithm of a numeric expression. Expression should be greater than 0
Support datatype: Integer, Double
> select ln(-7) nan > select ln(10) 2.302585092994046
Calculate logarithms using various bases for numerical analysis.