Commit Graph

88 Commits

Author SHA1 Message Date
Timothy Warren afe55f6cca Attempt to solve a CI permissions issue take 2
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit Details
2020-03-04 15:35:23 -05:00
Timothy Warren 3e9da44721 Attempt to solve a CI permissions issue
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit Details
2020-03-04 15:22:18 -05:00
Timothy Warren a5e3e88e1e Add proper test for add function
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit Details
2020-03-04 09:19:33 -05:00
Timothy Warren d5d9730607 First shot at adding bigints
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit Details
2020-03-03 16:33:21 -05:00
Timothy Warren 096373789b Add stein gcd
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-28 17:11:36 -05:00
Timothy Warren 57526e5fed Some minor stuff for bigints
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit Details
2020-02-24 16:30:59 -05:00
Timothy Warren 074f2bf662 Update docs, more tests
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-24 13:49:09 -05:00
Timothy Warren bf09388604 Attempt to benchmark gcd algorithm
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit Details
2020-02-21 16:33:00 -05:00
Timothy Warren d4458bae08 More factorial/fibonacci optimizing
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit Details
2020-02-21 13:15:05 -05:00
Timothy Warren f49d1798e2 Try using custom dockerfile to cut down on time for code coverage
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-21 08:34:50 -05:00
Timothy Warren 3624b415ee Use bench tests to optimize factorial and fibonacci functions
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-20 21:26:28 -05:00
Timothy Warren 75fe940ffc Add benchmarks
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-20 17:13:46 -05:00
Timothy Warren 41de3f983a One more try for CI coverage
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-20 12:05:10 -05:00
Timothy Warren 28dc9e4428 Use the correct make command for coverage generation
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit Details
2020-02-20 11:57:04 -05:00
Timothy Warren 48e6550c48 Code coverage take 2
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit Details
2020-02-20 11:42:53 -05:00
Timothy Warren 38c2d93c0a Attempt CI coverage report
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit Details
2020-02-20 11:35:04 -05:00
Timothy Warren 35c99a3ba1 Clean up macros a little bit
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-19 21:52:00 -05:00
Timothy Warren 4f5dcddcc5 Simplify types for ration impls
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-19 21:23:07 -05:00
Timothy Warren 3323c2ff23 Add makefile for code coverage operations, increase code coverage
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-19 21:10:53 -05:00
Timothy Warren cbf66916f9 Reorganize somewhat, add more fraction tests
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-19 16:22:01 -05:00
Timothy Warren 44467df38f Fix another negative fraction condition
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-19 15:07:40 -05:00
Timothy Warren 84656e74c9 Much improvement of addition and subtraction
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-19 14:08:43 -05:00
Timothy Warren 55d2d407e3 Formatting and proper comparision
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-19 09:39:19 -05:00
Timothy Warren ba3952206a WIP: Comparision operator tests
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-18 21:29:40 -05:00
Timothy Warren 46629952a5 Don't re-implement native trait methods, skip broken add test for now
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-18 21:09:49 -05:00
Timothy Warren 2f8b61dab5 implement operator overloading for comparision operators
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit Details
2020-02-18 20:59:58 -05:00
Timothy Warren caeb1879c4 Allow unsigned or signed input to frac macro
timw4mail/rusty-numbers/pipeline/head This commit looks good Details
2020-02-18 16:38:26 -05:00
Timothy Warren 58bddf6206 Add README and CI
timw4mail/rusty-numbers/master This commit looks good Details
2020-02-18 10:24:53 -05:00
Timothy Warren c593e38078 Commit missing import 2020-02-18 10:22:33 -05:00
Timothy Warren fb92f5c463 Mostly implemented fractions and doc improvements 2020-02-18 10:19:57 -05:00
Timothy Warren aae00e2031 Sort of get fractions to work from signed or unsigned numbers 2020-02-14 23:41:14 -05:00
Timothy Warren fb87807227 Messy work in progress 2020-02-14 17:24:51 -05:00
Timothy Warren d20cb06c87 From Macro to tortured Generic 2020-02-14 12:30:09 -05:00
Timothy Warren 16741c8c4d Add some tests 2020-02-14 12:11:57 -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
Timothy Warren 421d548082 Add more mysteries 2020-02-12 23:10:08 -05:00
Timothy Warren 4d15858e45 First commit 2020-02-12 22:29:57 -05:00