Commit graph

43 commits

Author SHA1 Message Date
rzmk
18d14f145d
chore: update function purpose text literals 2023-10-15 19:20:35 -04:00
rzmk
065c233986
fix: use end variable instead of n for get_primes_in_range 2023-10-11 18:02:13 -04:00
rzmk
2ec77987ef
feat: add get_primes_in_range & get_prime_factorization with tests to crate 2023-10-11 16:11:59 -04:00
rzmk
8c2cb91093
fix: rename variables for get_primes_in_range 2023-10-11 15:38:42 -04:00
rzmk
466af4ca4c
feat: add get_primes_in_range & get_prime_factorization to pre-algebra notebook 2023-10-11 08:20:44 -04:00
rzmk
74397be1ae
docs: add demo output image to README.md 2023-10-04 14:09:12 -04:00
rzmk
1ea4dd9ee0
docs: add crate demo image to README.md 2023-10-04 14:02:54 -04:00
rzmk
fc5a91c9a2
docs: simplify diction in README.md 2023-09-23 23:11:18 -04:00
rzmk
1ad53495e8
feat: add is_composite 2023-09-22 11:02:50 -04:00
rzmk
d2dc769864
fix: remove incorrect comment about no multiples 2023-09-22 10:45:52 -04:00
rzmk
22af707465
feat: add test for is_prime 2023-09-22 10:45:07 -04:00
rzmk
325e5087b8
feat: add is_prime 2023-09-22 10:40:04 -04:00
rzmk
6bbf891052
feat: use add method for get_multiples_in_range, simplify docs + no fn main 2023-09-22 10:16:17 -04:00
rzmk
03c12af93f
docs: simplify README.md 2023-09-21 17:31:24 -04:00
rzmk
4c731f25a0
docs: remove affirmation from README.md 2023-09-21 17:21:56 -04:00
rzmk
857f1b03b9
docs: include subject description under Subjects in crate home page 2023-09-21 17:06:31 -04:00
rzmk
515b174dd3
fix: remove src/main.rs example 2023-09-21 16:59:40 -04:00
rzmk
aa3521288c
docs: remove redundant sentence for get_multiples_in_range 2023-09-21 16:51:05 -04:00
rzmk
563133d635
docs: improve organization of function docstrings 2023-09-21 16:48:29 -04:00
rzmk
b4d484686f
docs: list subjects on doc home & add pre_algebra example 2023-09-21 16:44:37 -04:00
rzmk
c63e973140
feat: re-export unit functions to subject level 2023-09-21 16:35:16 -04:00
rzmk
2ef7302a1c
docs: clarify using positive integer instead of number 2023-09-21 08:14:06 -04:00
rzmk
3673f6df8e
docs: make mention of modules section & run rustfmt 2023-09-21 08:02:55 -04:00
rzmk
98f459c747
docs: add example section to crate home page 2023-09-21 07:58:12 -04:00
rzmk
e22d7538a0
docs: add ladderz crate usage section 2023-09-21 07:52:59 -04:00
rzmk
aefec90457
docs: rewrite initial sentence for get_multiples_in_range 2023-09-21 00:35:41 -04:00
rzmk
a8261965a6
feat(pre-algebra): refactor to get_multiples_in_range & add to rust lib 2023-09-21 00:33:49 -04:00
rzmk
8ed5716a83
feat: solved get_multiples in pre-algebra notebook 2023-09-20 22:56:05 -04:00
rzmk
186f76d4f7
feat(pre-algebra): add is_factor and is_multiple 2023-09-20 17:27:28 -04:00
rzmk
a380407f21
docs: add precalculus to ideas section 2023-09-20 16:35:29 -04:00
rzmk
31040d7807
feat: add get_factors to pre-algebra unit1.rs 2023-09-19 20:04:42 -04:00
rzmk
1f107bbabe
style: update issue template styles & formatting 2023-09-19 01:38:21 -04:00
rzmk
96c68420a9
chore: add issue templates 2023-09-19 01:36:46 -04:00
rzmk
d78963eaac
docs: less non-prod info, add potential future concepts 2023-09-19 00:50:06 -04:00
rzmk
75823574e3
feat: open in colab badge for notebook & rename to unit1 2023-09-19 00:38:40 -04:00
Mueez Khan
1d948528e6
ci: create dependabot.yml 2023-09-19 00:34:11 -04:00
rzmk
470b08f804
docs: add link to crate docs 2023-09-19 00:27:39 -04:00
rzmk
4f36a3cc32
ci: remove copy to ./docs so gh pages deploy works 2023-09-19 00:23:40 -04:00
rzmk
bc6c7ca4ba
ci: automate nested index.html fix 2023-09-19 00:21:15 -04:00
rzmk
4ef3cf0da2
fix: remove bin from Cargo.toml as no bin exists (yet) 2023-09-19 00:05:36 -04:00
rzmk
ea2bb68709
ci: update deployment workflow checkout & rust install 2023-09-19 00:03:49 -04:00
rzmk
24bfe50b8b
ci: add cargo doc deployment to gh pages 2023-09-19 00:00:56 -04:00
rzmk
7b17b94c14
feat: initial commit
This is the initial commit for the project.
Began work on pre-algebra unit 1.
2023-09-18 23:47:49 -04:00