pmath

library that resolves the inaccuracies of normal float math.


Keywords
math, fractions, radicals, precise
License
MIT
Install
nimble install pmath

Documentation

PMath

PMath is meant to be a library that resolves the inaccuracies of normal float math. PMath does not use any floats, and retains the most accurate format of a given number.

Install With:

nimble install https://github.com/thatrandomperson5/pmath@#latest

Linktree

Future Updates

Next Bugfix (+ 0.0.1)

  • BigInt Support

Next Update (+ 0.1.0)

  • Start Expanded (log, abs, sin, cos, tan)

Next Version (+ 1.0.0)

  • Type Overhaul
    • Additive Groups
    • Irrational Numbers
    • Radical Addition
    • Radical Subtraction
  • Flesh out expanded (arccos, arctan, arcsin, etc.)