Experimenting with numbers in Rust
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Timothy Warren 83c5abb697
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
Split type conversion and comparision trait implementations from main BigInt module
1 year ago
src Split type conversion and comparision trait implementations from main BigInt module 1 year ago
tests Fix code coverage 3 years ago
.gitignore First commit 3 years ago
Cargo.lock Some refactoring based on linting suggestions 2 years ago
Cargo.toml Split type conversion and comparision trait implementations from main BigInt module 1 year ago
Jenkinsfile Add no_std support and testing 3 years ago
Makefile Some renaming and minor style fixes 1 year ago
README.md Update readme 2 years ago
justfile Split type conversion and comparision trait implementations from main BigInt module 1 year ago
rustfmt.toml Some renaming and minor style fixes 1 year ago

README.md

Rusty Numbers

Playing around with numeric types in Rust.

Build Status

Components

  • Rational (fraction) type, which overloads arithmatic operators
  • BigInt (high precision integer) type, overloading arithmatic operators