pub fn is_perfect_cube_float(number: f64) -> bool
Expand description

Returns true if the floating point number is perfect cube.