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.
73
Commits
1
Branch
152 KiB
Rust
99.6%
Makefile
0.4%
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
Compare
HTTPS
ZIP
TAR.GZ
Timothy Warren
b7f39a5cf7
More work on parsing numbers from strings
3 months ago
benches
Fix code coverage
4 months ago
src
More work on parsing numbers from strings
3 months ago
tests
Fix code coverage
4 months ago
.gitignore
First commit
11 months ago
Cargo.lock
Add benchmarks
11 months ago
Cargo.toml
Add no_std support and testing
9 months ago
Jenkinsfile
Add no_std support and testing
9 months ago
Makefile
Add makefile for code coverage operations, increase code coverage
11 months ago
README.md
Partially implement multiplication, code formatting
10 months 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