i_float 3.0.0

This fixed float math library provides an efficient and deterministic solution for arithmetic and geometric operations.
Documentation
1
2
3
4
5
6
7
8
#[cfg(any(feature = "float_pt", feature = "core"))]
pub mod compatible;
#[cfg(any(feature = "float_pt", feature = "core"))]
pub mod number;

pub mod point;
pub mod rect;
pub mod vector;