Commit graph

9 commits

Author SHA1 Message Date
rzmk
466af4ca4c
feat: add get_primes_in_range & get_prime_factorization to pre-algebra notebook 2023-10-11 08:20:44 -04:00
rzmk
1ad53495e8
feat: add is_composite 2023-09-22 11:02:50 -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
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
75823574e3
feat: open in colab badge for notebook & rename to unit1 2023-09-19 00:38:40 -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