Update readme
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good

This commit is contained in:
Timothy Warren 2021-04-20 08:17:16 -04:00
parent 2e9b115fa0
commit 4ac159c603

View File

@ -7,5 +7,4 @@ Playing around with numeric types in Rust.
## Components
* Rational (fraction) type, which overloads arithmatic operators
* Various fibonacci/factorial implementations for native numeric types
* BigInt (high precision integer) type, overloading arithmatic operators