Timothy Warren 5b445add4b
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
Fix code coverage
2020-09-15 10:31:44 -04:00
2020-09-15 10:31:44 -04:00
2020-09-15 10:31:44 -04:00
2020-09-15 10:31:44 -04:00
2020-02-12 22:29:57 -05:00
2020-02-20 17:13:46 -05:00
2020-04-16 14:07:12 -04:00
2020-04-16 14:07:12 -04:00

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
Description
Experimenting with numbers in Rust
Readme
Languages
Rust 99.2%
Makefile 0.8%