fixed-point-math 0.1.0

Fixed point math support
Documentation
1
2
3
4
5
6
7
8
9
#![no_std]

pub const STROOP: u64 = 1_0000000;

pub mod i128;
pub mod u64;

mod fixed_point;
pub use fixed_point::FixedPoint;