Type Definition result_float::Result[][src]

type Result<F> = Result<ResultFloat<F>, NaN>;

The type returned by most ResultFloat operations.