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
59
Commits
1
Branch
0
Tags
547266e97f
Branches
Tags
View all branches
Go to file
Code
Timothy J. Warren
547266e97f
Pander to the code coverage tool a bit to further increase coverage
2020-03-13 21:22:25 -04:00
benches
Partially implement multiplication, code formatting
2020-03-13 14:17:25 -04:00
src
Pander to the code coverage tool a bit to further increase coverage
2020-03-13 21:22:25 -04:00
tests
Remove integration test from code coverage
2020-03-05 22:12:00 -05:00
.gitignore
First commit
2020-02-12 22:29:57 -05:00
Cargo.lock
Add benchmarks
2020-02-20 17:13:46 -05:00
Cargo.toml
Add benchmarks
2020-02-20 17:13:46 -05:00
Jenkinsfile
Tests and fixes
2020-03-05 16:24:33 -05:00
Makefile
Add makefile for code coverage operations, increase code coverage
2020-02-19 21:10:53 -05:00
README.md
Partially implement multiplication, code formatting
2020-03-13 14:17:25 -04:00
README.md
Rusty Numbers
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
Description
Experimenting with numbers in Rust
bigints
experiment
rationals
rust
Readme
150
KiB
Languages
Rust
99.2%
Makefile
0.8%