psy-math 1.0.2

A fork of jet-proto-math. Helpful math utilities, used by PsyLend.
Documentation
1
2
3
4
5
6
7
8
mod number;
mod number_128;

#[doc(inline)]
pub use number::*;

#[doc(inline)]
pub use number_128::*;