tifloats 0.2.0

Speedy, accurate emulation of TI-Floats.
Documentation
#[derive(Debug)]
pub enum FloatError {
    Overflow,
    DivideByZero,
}