solana-program-library/libraries/math/src
Jon Cinque beb4aa7e7f
spl-math: Add separate package to test instruction usage (#1205)
* Refactor to use spl-math

* Run cargo fmt

* Fixup fuzz

* Add spl math program

* Add u64-based approximation

* Cleanup

* Downgrade solana sdk for CI

* Move U256 impl to stable curve

* Remove generic newtonian, use traits

* Cargo fmt

* Move math/program -> libraries/math

* Revert Cargo.lock changes

* Add u128 instruction count tests

* cargo fmt
2021-02-10 17:40:54 +01:00
..
approximations.rs spl-math: Add separate package to test instruction usage (#1205) 2021-02-10 17:40:54 +01:00
entrypoint.rs spl-math: Add separate package to test instruction usage (#1205) 2021-02-10 17:40:54 +01:00
error.rs spl-math: Add separate package to test instruction usage (#1205) 2021-02-10 17:40:54 +01:00
instruction.rs spl-math: Add separate package to test instruction usage (#1205) 2021-02-10 17:40:54 +01:00
lib.rs spl-math: Add separate package to test instruction usage (#1205) 2021-02-10 17:40:54 +01:00
precise_number.rs spl-math: Add separate package to test instruction usage (#1205) 2021-02-10 17:40:54 +01:00
processor.rs spl-math: Add separate package to test instruction usage (#1205) 2021-02-10 17:40:54 +01:00
uint.rs spl-math: Add separate package to test instruction usage (#1205) 2021-02-10 17:40:54 +01:00