[][src]Type Definition nrfind::NumericSolutionResult

type NumericSolutionResult<T: Float + Div + Sub + PartialOrd> = Result<T, T>;

A NumericSolutionResult is returned from the various nrfind functions. An Ok value signifies a result that is within the given precision while an Err result signifies a result that is not known to be sufficiently precise.