Calculates the exponentiation of a number or a function to the power of a number.
The number or function
The power
const result = Chalkboard.real.pow(2, 10); // Returns 1024 Copy
const result = Chalkboard.real.pow(2, 10); // Returns 1024
Calculates the exponentiation of a number or a function to the power of a number.