This function returns the natural logarithm (based on exponential 'e') of the given number.
Bash
log(number) #Output: Number
Check out log10() to get the base 10 logarithm of the given number.
📚 Use cases and examples
| Use case |
|---|
| No content found. |