Function numbers::power_float

source ·
pub fn power_float(left: f64, right: f64) -> f64
Expand description

Returns the left floating point number raised to the right floating point number.