Timothy Warren b8ab76bbf6
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
Handle signs and carry overflow addition for multiplication
2020-04-02 17:01:55 -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%