Skip to main content

check_finite

Function check_finite 

Source
pub fn check_finite(name: &'static str, value: f64) -> Result<()>
Expand description

Assert that a value is finite (not NaN, not infinite).