Skip to main content

check_range

Function check_range 

Source
pub fn check_range(range: (f64, f64), tol: Tolerances) -> OgeomResult<()>
Expand description

Whether a parameter range is usable.

ยงErrors

OgeomError::Construction if the range is empty or non-finite.