This repository was archived by the owner on Mar 11, 2025. It is now read-only.
SPL Math - v0.1.0
·
4647 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
U256andU192types through the uint library - BPF instruction efficient
sqrtcalculation on integer types PreciseNumberto mimic floating point operations using an unsigned int as data storage