This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
SPL Math - v0.1.0
joncinque
released this
05 Apr 18:23
·
4645 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