Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 514 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 514 Bytes

Math algorithms in rust

Rust implementation of different math algorithms, to be used on chain with fixed point decimals (fixed number of digits after the decimal point).

Performance

ln()

Binary logarithm iterative approximation 2x faster than table lookups

CleanShot 2022-08-15 at 16 49 46 image