Function numbers_rus::floats::base_float::base_float::is_prime_float
source · pub fn is_prime_float(number: f64) -> boolExpand description
Returns true if the given f64 number is prime. This function checks for primality by iterating through numbers from 2 to the square root of the given number