Skip to main content

IsFinite

Function IsFinite 

Source
pub unsafe extern "C" fn IsFinite(d: f64) -> c_schar
Expand description

This function takes a double and returns a nonzero value if the arguemnt is finite (not NaN and not infinite), and zero otherwise. Different implementations are given here since not all machines have these functions available.