rusty-numbers/README.md

394 B

Rusty Numbers

Playing around with numeric types in Rust.

Build Status

Components

  • Rational (fraction) type, which overloads arithmatic operators
  • BigInt (high precision integer) type, overloading arithmatic operators