rusty-numbers/README.md
Timothy J Warren 4ac159c603
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
Update readme
2021-04-20 08:17:16 -04:00

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