Skip to content

A rust implementation of different math algorithms

Notifications You must be signed in to change notification settings

timkoopmans/math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A rust implementation of different math algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages