SPL Math - v0.1.0
joncinque
released this
05 Apr 18:23
·
4542 commits
to master
since this release
Introducing SPL Math!
The SPL Math library contains mathematical helpers to be used in Solana on-chain programs. Currently it contains:
- support for
U256
andU192
types through the uint library - BPF instruction efficient
sqrt
calculation on integer types PreciseNumber
to mimic floating point operations using an unsigned int as data storage