Timothy Warren bbfada5c0f
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
Add convenience macro for BigInt
2020-04-07 13:46:51 -04:00
2020-04-07 13:46:51 -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%