Function numbers_rus::floats::base_float::base_float::is_perfect_cube_float
source · pub fn is_perfect_cube_float(number: f64) -> boolExpand description
Determines whether number is a perfect cube by comparing its cube root cubed with the original number. Returns true if the number is a perfect cube, otherwise false.