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.
pub fn check_range(range: (f64, f64), tol: Tolerances) -> OgeomResult<()>Whether a parameter range is usable.
OgeomError::Construction if the range is
empty or non-finite.