Function numbers::is_perfect_cube_float
source · pub fn is_perfect_cube_float(number: f64) -> boolExpand description
Returns true if the floating point number is perfect cube.
pub fn is_perfect_cube_float(number: f64) -> boolReturns true if the floating point number is perfect cube.