[−][src]Function js_sys::Math::pow
pub fn pow(base: f64, exponent: f64) -> f64
The Math.pow()
function returns the base to the exponent power, that is, base^exponent.
pub fn pow(base: f64, exponent: f64) -> f64
The Math.pow()
function returns the base to the exponent power, that is, base^exponent.