Function numbers_rus::floats::base_float::base_float::root_float
source · pub fn root_float(left: f64, right: f64) -> f64Expand description
This function takes two f64 numbers as arguments: left and right, and returns the left raised to the power of 1 / right as an f64. The calculation is performed using the native powf method.