Function lib::is_perfect_cube
source · pub fn is_perfect_cube(number: i128) -> boolExpand description
Returns true if the number is perfect cube.
pub fn is_perfect_cube(number: i128) -> boolReturns true if the number is perfect cube.