is_finite

Function is_finite 

Source
pub fn is_finite(x: f32) -> bool
Expand description

Check if finite. Transpiles to: isfinite(x)