Timothy Warren e9b125aa7a
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
Increase test coverage
2020-03-13 16:31:37 -04:00
2020-03-13 16:31:37 -04:00
2020-02-12 22:29:57 -05:00
2020-02-20 17:13:46 -05:00
2020-02-20 17:13:46 -05:00
2020-03-05 16:24:33 -05: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%