Function lib::is_perfect_cube

source ·
pub fn is_perfect_cube(number: i128) -> bool
Expand description

Returns true if the number is perfect cube.