pub fn is_integral(value: f64) -> bool
Whether a value is an integer.
Exact comparison is intended: the question is whether there is any fractional part.