This website requires JavaScript.
Explore
Help
Sign In
timw4mail
/
rusty-numbers
Watch
1
Star
0
Fork
0
You've already forked rusty-numbers
Code
Issues
Pull Requests
Releases
Wiki
Activity
88
Commits
1
Branch
0
Tags
master
Branches
Tags
View all branches
Go to file
Code
Timothy Warren
83c5abb697
Split type conversion and comparision trait implementations from main BigInt module
2022-02-16 11:14:45 -05:00
src
Split type conversion and comparision trait implementations from main BigInt module
2022-02-16 11:14:45 -05:00
tests
Fix code coverage
2020-09-15 10:31:44 -04:00
.gitignore
First commit
2020-02-12 22:29:57 -05:00
Cargo.lock
Some refactoring based on linting suggestions
2021-12-08 09:57:27 -05:00
Cargo.toml
Split type conversion and comparision trait implementations from main BigInt module
2022-02-16 11:14:45 -05:00
Jenkinsfile
Add no_std support and testing
2020-04-16 14:07:12 -04:00
justfile
Split type conversion and comparision trait implementations from main BigInt module
2022-02-16 11:14:45 -05:00
Makefile
Some renaming and minor style fixes
2022-02-11 15:48:41 -05:00
README.md
Update readme
2021-04-20 08:17:16 -04:00
rustfmt.toml
Some renaming and minor style fixes
2022-02-11 15:48:41 -05:00
README.md
Rusty Numbers
Playing around with numeric types in Rust.
Components
Rational (fraction) type, which overloads arithmatic operators
BigInt (high precision integer) type, overloading arithmatic operators
Description
Experimenting with numbers in Rust
bigints
experiment
rationals
rust
Readme
150
KiB
Languages
Rust
99.2%
Makefile
0.8%