Calculates the natural logarithm of a number.
The number
const result = Chalkboard.real.ln(Math.E ** 3); // Returns 3 Copy
const result = Chalkboard.real.ln(Math.E ** 3); // Returns 3
Calculates the natural logarithm of a number.