Commit Graph

25 Commits

Author SHA1 Message Date
Timothy Warren
bbfada5c0f Add convenience macro for BigInt
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-04-07 13:46:51 -04:00
Timothy Warren
b8ab76bbf6 Handle signs and carry overflow addition for multiplication
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-04-02 17:01:55 -04:00
Timothy Warren
faa1f548a0 Some test coverage for sign handling
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-03-26 11:40:14 -04:00
Timothy Warren
063f6ffa48 Implement sign handling for addition and subtraction
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-03-24 13:26:00 -04:00
70aa876500 More test coverage
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-03-13 23:02:27 -04:00
Timothy Warren
e9b125aa7a Increase test coverage
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-03-13 16:31:37 -04:00
Timothy Warren
f8b91531b9 Partially implement multiplication, code formatting
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-03-13 14:17:25 -04:00
Timothy Warren
74744095f1 Fix zero subtraction
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-03-11 14:01:45 -04:00
Timothy Warren
a5b727a156 Test zeros for addition
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-03-11 13:58:56 -04:00
Timothy Warren
9f60706a9b More tests
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-03-11 11:16:40 -04:00
Timothy Warren
a8de0cfa88 Add borrowing for subtraction
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-03-11 10:52:49 -04:00
ae77ede1c0 Partially implement subtraction
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-03-10 20:46:51 -04:00
34a1989925 Tests should not be listed in test coverage report
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-03-05 21:53:33 -05:00
193a66b19d Implement more From trait mappings, add more docs
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-03-05 21:29:54 -05:00
Timothy Warren
101a37b6bc Tests and fixes
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-03-05 16:24:33 -05:00
437dcd34fb Implement NOT operator
Some checks failed
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit
2020-03-05 09:20:02 -05:00
Timothy Warren
94f39fff07 Start implementations of basic arithmatic operators
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-03-04 16:16:28 -05:00
Timothy Warren
a5e3e88e1e Add proper test for add function
Some checks failed
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit
2020-03-04 09:19:33 -05:00
Timothy Warren
d5d9730607 First shot at adding bigints
Some checks failed
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit
2020-03-03 16:33:21 -05:00
Timothy Warren
57526e5fed Some minor stuff for bigints
Some checks failed
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit
2020-02-24 16:30:59 -05:00
Timothy Warren
cbf66916f9 Reorganize somewhat, add more fraction tests
All checks were successful
timw4mail/rusty-numbers/pipeline/head This commit looks good
2020-02-19 16:22:01 -05:00
Timothy Warren
2e47d97cc7 Move number traits into their own module 2020-02-14 10:14:22 -05:00
Timothy Warren
23d0ab75ec Pass cargo check and tests 2020-02-13 17:13:25 -05:00
421d548082 Add more mysteries 2020-02-12 23:10:08 -05:00
4d15858e45 First commit 2020-02-12 22:29:57 -05:00