rusty-numbers/README.md
Timothy Warren f8b91531b9
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
Partially implement multiplication, code formatting
2020-03-13 14:17:25 -04:00

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