Skip to content

SPL Math - v0.1.0

Compare
Choose a tag to compare
@joncinque joncinque released this 05 Apr 18:23
· 4542 commits to master since this release
7f89183

Introducing SPL Math!

The SPL Math library contains mathematical helpers to be used in Solana on-chain programs. Currently it contains:

  • support for U256 and U192 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