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