Function numbers::root_float

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

Returns the left floating point number to the root of the right floating point number.