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
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