rusty-numbers/README.md

465 B

Rusty Numbers

Playing around with numeric types in Rust.

Build Status

Components

  • Rational (fraction) type, which overloads arithmatic operators
  • Various fibonacci/factorial implementations for native numeric types
  • BigInt (high precision integer) type, overloading arithmatic operators