fixed_analytics 2.0.1

Fixed-point mathematical functions. Accurate, deterministic, and panic free.
Documentation
1
2
3
4
5
6
7
8
9
//! Unit tests mirroring the src directory structure

mod error;
mod kernel;
mod ops;
mod smoke;
mod tables;
mod traits;
mod verification;