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
74
Commits
1
Branch
0
Tags
150
KiB
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Timothy J Warren
67d3e7780b
Remove stock function benchmarks. Moved to another repo
2021-01-25 14:24:12 -05:00
src
Remove stock function benchmarks. Moved to another repo
2021-01-25 14:24:12 -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
Remove stock function benchmarks. Moved to another repo
2021-01-25 14:24:12 -05:00
Cargo.toml
Remove stock function benchmarks. Moved to another repo
2021-01-25 14:24:12 -05:00
Jenkinsfile
Add no_std support and testing
2020-04-16 14:07:12 -04: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
Languages
Rust
99.2%
Makefile
0.8%