Do you wish to
register an account
?
This website works better with JavaScript.
Home
Help
Sign In
timw4mail
/
rusty-numbers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Experimenting with numbers in Rust
experiment
rust
rationals
bigints
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75
Commits
1
Branch
153 KiB
Rust
99.5%
Makefile
0.5%
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
Compare
HTTPS
ZIP
TAR.GZ
Timothy Warren
eaec59f596
Add some clippy checks
1 month ago
src
Add some clippy checks
1 month ago
tests
Fix code coverage
7 months ago
.gitignore
First commit
1 year ago
Cargo.lock
Remove stock function benchmarks. Moved to another repo
3 months ago
Cargo.toml
Remove stock function benchmarks. Moved to another repo
3 months ago
Jenkinsfile
Add no_std support and testing
12 months ago
Makefile
Add makefile for code coverage operations, increase code coverage
1 year ago
README.md
Partially implement multiplication, code formatting
1 year ago
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