2020-02-18 10:24:53 -05:00
|
|
|
# Rusty Numbers
|
|
|
|
|
|
|
|
Playing around with numeric types in Rust.
|
|
|
|
|
2020-03-13 14:17:25 -04:00
|
|
|
[![Build Status](https://jenkins.timshome.page/buildStatus/icon?job=timw4mail%2Frusty-numbers%2Fmaster)](https://jenkins.timshome.page/job/timw4mail/job/rusty-numbers/job/master/)
|
|
|
|
|
|
|
|
## Components
|
|
|
|
|
|
|
|
* Rational (fraction) type, which overloads arithmatic operators
|
|
|
|
* Various fibonacci/factorial implementations for native numeric types
|
|
|
|
* BigInt (high precision integer) type, overloading arithmatic operators
|