pub unsafe extern "C" fn IsFinite(d: f64) -> c_scharExpand 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.