Unlike the standard library or NotNan. OrderedFloat does not implement impl<'a, T> Add<&'a OrderedFloat<T>> for &'a OrderedFloat<T>, the same goes for Div and others.
Would it be possible add these implementations?
Thank you so much for the great library!