log-num 0.1.0

Implementation of a logarithmic number system
Documentation
1
2
3
4
5
#![no_std]

mod l32;

pub use self::l32::L32;