Calculates the logarithm of a number with a particular base.
The base
The number
const result = Chalkboard.real.log(2, 32); // Returns 5 Copy
const result = Chalkboard.real.log(2, 32); // Returns 5
Calculates the logarithm of a number with a particular base.