tifloats 2.4.0

Speedy, accurate emulation of TI-Floats.
Documentation
1
2
3
4
5
6
#[derive(Debug, Copy, Clone)]
pub enum FloatError {
    Overflow,
    DivideByZero,
    InvalidMantissa,
}