library providing a fast float wrapper.
# use umath::FFloat; # unsafe { let mut f = FFloat::new(5.0); f *= 7.0; assert_eq!(*f, 35.0); # }