Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +56 -0
- dm_math/.config/.last_update_check.json +1 -0
- dm_math/algebra__linear_1d.json +3 -0
- dm_math/algebra__linear_1d_composed.json +3 -0
- dm_math/algebra__linear_2d.json +3 -0
- dm_math/algebra__linear_2d_composed.json +3 -0
- dm_math/algebra__polynomial_roots.json +3 -0
- dm_math/algebra__polynomial_roots_composed.json +3 -0
- dm_math/algebra__sequence_next_term.json +3 -0
- dm_math/algebra__sequence_nth_term.json +3 -0
- dm_math/arithmetic__add_or_sub.json +3 -0
- dm_math/arithmetic__add_or_sub_in_base.json +3 -0
- dm_math/arithmetic__add_sub_multiple.json +3 -0
- dm_math/arithmetic__div.json +3 -0
- dm_math/arithmetic__mixed.json +3 -0
- dm_math/arithmetic__mul.json +3 -0
- dm_math/arithmetic__mul_div_multiple.json +3 -0
- dm_math/arithmetic__nearest_integer_root.json +3 -0
- dm_math/arithmetic__simplify_surd.json +3 -0
- dm_math/calculus__differentiate.json +3 -0
- dm_math/calculus__differentiate_composed.json +3 -0
- dm_math/comparison__closest.json +3 -0
- dm_math/comparison__closest_composed.json +3 -0
- dm_math/comparison__kth_biggest.json +3 -0
- dm_math/comparison__kth_biggest_composed.json +3 -0
- dm_math/comparison__pair.json +3 -0
- dm_math/comparison__pair_composed.json +3 -0
- dm_math/comparison__sort.json +3 -0
- dm_math/comparison__sort_composed.json +3 -0
- dm_math/measurement__conversion.json +3 -0
- dm_math/measurement__time.json +3 -0
- dm_math/numbers__base_conversion.json +3 -0
- dm_math/numbers__div_remainder.json +3 -0
- dm_math/numbers__div_remainder_composed.json +3 -0
- dm_math/numbers__gcd.json +3 -0
- dm_math/numbers__gcd_composed.json +3 -0
- dm_math/numbers__is_factor.json +3 -0
- dm_math/numbers__is_factor_composed.json +3 -0
- dm_math/numbers__is_prime.json +3 -0
- dm_math/numbers__is_prime_composed.json +3 -0
- dm_math/numbers__lcm.json +3 -0
- dm_math/numbers__lcm_composed.json +3 -0
- dm_math/numbers__list_prime_factors.json +3 -0
- dm_math/numbers__list_prime_factors_composed.json +3 -0
- dm_math/numbers__place_value.json +3 -0
- dm_math/numbers__place_value_composed.json +3 -0
- dm_math/numbers__round_number.json +3 -0
- dm_math/numbers__round_number_composed.json +3 -0
- dm_math/polynomials__add.json +3 -0
- dm_math/polynomials__coefficient_named.json +3 -0
.gitattributes
CHANGED
@@ -59,3 +59,59 @@ cosmopedia/openstax/train-00001-of-00001.json filter=lfs diff=lfs merge=lfs -tex
|
|
59 |
cosmopedia/khanacademy/train-00001-of-00001.json filter=lfs diff=lfs merge=lfs -text
|
60 |
cosmopedia/auto_math_text/train-00001-of-00001.json filter=lfs diff=lfs merge=lfs -text
|
61 |
proof_pile_2/algebraic_stack/train-00001-of-00001.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
cosmopedia/khanacademy/train-00001-of-00001.json filter=lfs diff=lfs merge=lfs -text
|
60 |
cosmopedia/auto_math_text/train-00001-of-00001.json filter=lfs diff=lfs merge=lfs -text
|
61 |
proof_pile_2/algebraic_stack/train-00001-of-00001.json filter=lfs diff=lfs merge=lfs -text
|
62 |
+
dm_math/algebra__linear_1d.json filter=lfs diff=lfs merge=lfs -text
|
63 |
+
dm_math/algebra__linear_1d_composed.json filter=lfs diff=lfs merge=lfs -text
|
64 |
+
dm_math/algebra__linear_2d.json filter=lfs diff=lfs merge=lfs -text
|
65 |
+
dm_math/algebra__linear_2d_composed.json filter=lfs diff=lfs merge=lfs -text
|
66 |
+
dm_math/algebra__polynomial_roots.json filter=lfs diff=lfs merge=lfs -text
|
67 |
+
dm_math/algebra__polynomial_roots_composed.json filter=lfs diff=lfs merge=lfs -text
|
68 |
+
dm_math/algebra__sequence_next_term.json filter=lfs diff=lfs merge=lfs -text
|
69 |
+
dm_math/algebra__sequence_nth_term.json filter=lfs diff=lfs merge=lfs -text
|
70 |
+
dm_math/arithmetic__add_or_sub.json filter=lfs diff=lfs merge=lfs -text
|
71 |
+
dm_math/arithmetic__add_or_sub_in_base.json filter=lfs diff=lfs merge=lfs -text
|
72 |
+
dm_math/arithmetic__add_sub_multiple.json filter=lfs diff=lfs merge=lfs -text
|
73 |
+
dm_math/arithmetic__div.json filter=lfs diff=lfs merge=lfs -text
|
74 |
+
dm_math/arithmetic__mixed.json filter=lfs diff=lfs merge=lfs -text
|
75 |
+
dm_math/arithmetic__mul.json filter=lfs diff=lfs merge=lfs -text
|
76 |
+
dm_math/arithmetic__mul_div_multiple.json filter=lfs diff=lfs merge=lfs -text
|
77 |
+
dm_math/arithmetic__nearest_integer_root.json filter=lfs diff=lfs merge=lfs -text
|
78 |
+
dm_math/arithmetic__simplify_surd.json filter=lfs diff=lfs merge=lfs -text
|
79 |
+
dm_math/calculus__differentiate.json filter=lfs diff=lfs merge=lfs -text
|
80 |
+
dm_math/calculus__differentiate_composed.json filter=lfs diff=lfs merge=lfs -text
|
81 |
+
dm_math/comparison__closest.json filter=lfs diff=lfs merge=lfs -text
|
82 |
+
dm_math/comparison__closest_composed.json filter=lfs diff=lfs merge=lfs -text
|
83 |
+
dm_math/comparison__kth_biggest.json filter=lfs diff=lfs merge=lfs -text
|
84 |
+
dm_math/comparison__kth_biggest_composed.json filter=lfs diff=lfs merge=lfs -text
|
85 |
+
dm_math/comparison__pair.json filter=lfs diff=lfs merge=lfs -text
|
86 |
+
dm_math/comparison__pair_composed.json filter=lfs diff=lfs merge=lfs -text
|
87 |
+
dm_math/comparison__sort.json filter=lfs diff=lfs merge=lfs -text
|
88 |
+
dm_math/comparison__sort_composed.json filter=lfs diff=lfs merge=lfs -text
|
89 |
+
dm_math/measurement__conversion.json filter=lfs diff=lfs merge=lfs -text
|
90 |
+
dm_math/measurement__time.json filter=lfs diff=lfs merge=lfs -text
|
91 |
+
dm_math/numbers__base_conversion.json filter=lfs diff=lfs merge=lfs -text
|
92 |
+
dm_math/numbers__div_remainder.json filter=lfs diff=lfs merge=lfs -text
|
93 |
+
dm_math/numbers__div_remainder_composed.json filter=lfs diff=lfs merge=lfs -text
|
94 |
+
dm_math/numbers__gcd.json filter=lfs diff=lfs merge=lfs -text
|
95 |
+
dm_math/numbers__gcd_composed.json filter=lfs diff=lfs merge=lfs -text
|
96 |
+
dm_math/numbers__is_factor.json filter=lfs diff=lfs merge=lfs -text
|
97 |
+
dm_math/numbers__is_factor_composed.json filter=lfs diff=lfs merge=lfs -text
|
98 |
+
dm_math/numbers__is_prime.json filter=lfs diff=lfs merge=lfs -text
|
99 |
+
dm_math/numbers__is_prime_composed.json filter=lfs diff=lfs merge=lfs -text
|
100 |
+
dm_math/numbers__lcm.json filter=lfs diff=lfs merge=lfs -text
|
101 |
+
dm_math/numbers__lcm_composed.json filter=lfs diff=lfs merge=lfs -text
|
102 |
+
dm_math/numbers__list_prime_factors.json filter=lfs diff=lfs merge=lfs -text
|
103 |
+
dm_math/numbers__list_prime_factors_composed.json filter=lfs diff=lfs merge=lfs -text
|
104 |
+
dm_math/numbers__place_value.json filter=lfs diff=lfs merge=lfs -text
|
105 |
+
dm_math/numbers__place_value_composed.json filter=lfs diff=lfs merge=lfs -text
|
106 |
+
dm_math/numbers__round_number.json filter=lfs diff=lfs merge=lfs -text
|
107 |
+
dm_math/numbers__round_number_composed.json filter=lfs diff=lfs merge=lfs -text
|
108 |
+
dm_math/polynomials__add.json filter=lfs diff=lfs merge=lfs -text
|
109 |
+
dm_math/polynomials__coefficient_named.json filter=lfs diff=lfs merge=lfs -text
|
110 |
+
dm_math/polynomials__collect.json filter=lfs diff=lfs merge=lfs -text
|
111 |
+
dm_math/polynomials__compose.json filter=lfs diff=lfs merge=lfs -text
|
112 |
+
dm_math/polynomials__evaluate.json filter=lfs diff=lfs merge=lfs -text
|
113 |
+
dm_math/polynomials__evaluate_composed.json filter=lfs diff=lfs merge=lfs -text
|
114 |
+
dm_math/polynomials__expand.json filter=lfs diff=lfs merge=lfs -text
|
115 |
+
dm_math/polynomials__simplify_power.json filter=lfs diff=lfs merge=lfs -text
|
116 |
+
dm_math/probability__swr_p_level_set.json filter=lfs diff=lfs merge=lfs -text
|
117 |
+
dm_math/probability__swr_p_sequence.json filter=lfs diff=lfs merge=lfs -text
|
dm_math/.config/.last_update_check.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"last_update_check_time": 1712064187.4491215, "last_update_check_revision": 20240322135349, "notifications": [], "last_nag_times": {}}
|
dm_math/algebra__linear_1d.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cb2d031fee697879615444e1c76631643f7e2a363572de9ca884b42b68132d4
|
3 |
+
size 265335913
|
dm_math/algebra__linear_1d_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:494ee28707bb3eaf976d0b68132a30edaa29c4d20ac26cb989f1236d9f13daf3
|
3 |
+
size 390816576
|
dm_math/algebra__linear_2d.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:302d726ebd26432b17cf5deae8ae8c7b0de364211a6633a16952a27709434b84
|
3 |
+
size 299993194
|
dm_math/algebra__linear_2d_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a50bfc91e97ff3486808ba00e3c7a84b31fca1b6ad0702ecb23d8d7a57b9245
|
3 |
+
size 425655535
|
dm_math/algebra__polynomial_roots.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04d5c1b455d292000e7caded3f91a523459a87743e95a428c64ad8b2a26de368
|
3 |
+
size 350383853
|
dm_math/algebra__polynomial_roots_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6e0f93f04e7fbe9b6c1f85aad95946507b9c8ae8728b6e04dcd3ed05eb0ea64
|
3 |
+
size 456684948
|
dm_math/algebra__sequence_next_term.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62e1280448ac8d64b4d0e54e63f43f28f37f158603f6976dae02a56445132d2f
|
3 |
+
size 329984844
|
dm_math/algebra__sequence_nth_term.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e217bd8fc3412f9d2fb992f3413b12ceab0159e700387975c4acab8a91eb9260
|
3 |
+
size 373035543
|
dm_math/arithmetic__add_or_sub.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0c5cd06d8aede8cc78403d0e45123f6770660dcad639af89b4ad63d33681498
|
3 |
+
size 270940016
|
dm_math/arithmetic__add_or_sub_in_base.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e326ac460700cbff27aa142b13e60b477b211cab09e0feec78461eb2edc74a39
|
3 |
+
size 291028781
|
dm_math/arithmetic__add_sub_multiple.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4745438e0563c174f593bdbbbda1aa4ca94d90d51652d8d453a752c318a0390f
|
3 |
+
size 284212430
|
dm_math/arithmetic__div.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6aa8c7e1f99baba431dd4a15a4a66600e604fb7533f24264c730668c65657b3d
|
3 |
+
size 245667582
|
dm_math/arithmetic__mixed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b2104f3f004a91480ff9d1b6eda81008069d2cd3637f5a93213b2fc68261e6d
|
3 |
+
size 265238679
|
dm_math/arithmetic__mul.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c95401817f9410388810d68efc24a03e56456661f7655e20adce6c283f85f09b
|
3 |
+
size 240748767
|
dm_math/arithmetic__mul_div_multiple.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ddda33e7faa4ed63f57f7792a0b5bb4aa243b735e72662f4c79bf673bb3addd
|
3 |
+
size 284656337
|
dm_math/arithmetic__nearest_integer_root.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc49aa36b872c3eb822f526f402bf9c9af2f23a6db89cbcc5ffd38964afedb01
|
3 |
+
size 339020877
|
dm_math/arithmetic__simplify_surd.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d3a8a8f4e73d1e62b01ae8a70adf4cd94f72114eb2dd2bbb79afe52e4b05bc3
|
3 |
+
size 395003444
|
dm_math/calculus__differentiate.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5785e0714439103b79e1ed9f73e7fd1f83b03986fc9f87aee20f6a4676fe9242
|
3 |
+
size 382263651
|
dm_math/calculus__differentiate_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41223091f6ae11c3b2aaa8aa128e5550840512b93ba9ddf47918083728f2a428
|
3 |
+
size 465007210
|
dm_math/comparison__closest.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05a1fc33a2cccc7d27bac6e3aeb1768b29f28e2c30548bf7d3734c6e7fb22dd8
|
3 |
+
size 307524488
|
dm_math/comparison__closest_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:917886c6915167fadc12b52838c0af0c8322a2d2dade325c0fb4483e0084545b
|
3 |
+
size 403907800
|
dm_math/comparison__kth_biggest.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c618a51a97bb568135e6e2d2d87cdfe79ba4b0fd011484fe1d105602fb5a6ffe
|
3 |
+
size 332327121
|
dm_math/comparison__kth_biggest_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4b59afba3cc146380c42e3cf25fe9c0971da114d465f289d93ca227f7d0b6b8
|
3 |
+
size 422797172
|
dm_math/comparison__pair.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd572d1bd3d0fb338044af110adae3e740778679c10c0e7c465986734780e6f4
|
3 |
+
size 254957215
|
dm_math/comparison__pair_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4903c6cee346095b62704189cc87207e446d9caea00eb32afce68b064b76e091
|
3 |
+
size 371952652
|
dm_math/comparison__sort.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad0f8a71da38f881b52e64b0f15271e2bcb8659e951d259c88ecf4b4d4c6aa51
|
3 |
+
size 301002377
|
dm_math/comparison__sort_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd36b2bc0f6d6e37a00150121095d3091852f5f3ba160c9ba2e9f4b86aa226a2
|
3 |
+
size 401121550
|
dm_math/measurement__conversion.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad7bc126527405e3cfebefb6b6a5a0d6ff6d9cf8852033ba9e2c1e0a39de1503
|
3 |
+
size 301900510
|
dm_math/measurement__time.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37640b291d0e0604031c8e0826857de3bb607f090d8092a14d7463a29f6a65a5
|
3 |
+
size 288212269
|
dm_math/numbers__base_conversion.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bfce51a8bc5f5e8ddea71aadbefd80d5df85137f8051898395e756585ad2f5a
|
3 |
+
size 275612989
|
dm_math/numbers__div_remainder.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0edb1a2b45a024d9d6b29e8813c2c0f48e1b51a1d6a1aff3559e87e147db73d7
|
3 |
+
size 306295872
|
dm_math/numbers__div_remainder_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a60c3a03a0d4669832c88f88c726784c990202b31d43663bf4b0383dadb03624
|
3 |
+
size 425591512
|
dm_math/numbers__gcd.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9cb3c9fd94e98918cf9c72212aa68d8c1eeab3d0f6daddf27cbbc28bd1231fe
|
3 |
+
size 289164569
|
dm_math/numbers__gcd_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46b7ff40f92c062d24246cd6644b8a48b68cd0eec1a91b7919c135e0eab8c526
|
3 |
+
size 416783851
|
dm_math/numbers__is_factor.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:570d6cfcb083efe3fee38059d2e8ef7a359f0a1e31ff16e03d1891b40add89e2
|
3 |
+
size 249125656
|
dm_math/numbers__is_factor_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07c7efefac32fcc5c7e3d4e7dd9a9939ebc2d57cfe9a3c30817f946c7f809dfa
|
3 |
+
size 376619492
|
dm_math/numbers__is_prime.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b377907afc843741307ffd1f51333b9bdfb781c59e3dd28102d4251fcaa31c19
|
3 |
+
size 245233309
|
dm_math/numbers__is_prime_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2597ec61a76debe7cb73cdb3843c91ee253733b91fac8e67f04bebbc2533bf47
|
3 |
+
size 374058135
|
dm_math/numbers__lcm.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0256ec2df0266d450fb93088d627f27482d2a3345c9716ad34916f3020e67f28
|
3 |
+
size 298075730
|
dm_math/numbers__lcm_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:047e09d97875ba72084f49d3d33378df30d76f6969434fb1df9c48a354d26ea2
|
3 |
+
size 400398330
|
dm_math/numbers__list_prime_factors.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac38a659a8be2dbd2682d509f47aa4f0e9d17c7d5bfe6324f776139950f3d4eb
|
3 |
+
size 301232466
|
dm_math/numbers__list_prime_factors_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43482de78da806804ab114f4fa43c1d71cb4be029f041c3eefd975fb33c6b366
|
3 |
+
size 414629145
|
dm_math/numbers__place_value.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e4265feb43c546c891dd5546e63a033e0ed2a9adda22d50a723c888fd95e025
|
3 |
+
size 272429755
|
dm_math/numbers__place_value_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d3a7486c064e89a0546a45d4aad1247044ed38d34db733d6165c64bdb1e871e
|
3 |
+
size 392437564
|
dm_math/numbers__round_number.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4d7bb52b6822c33a6664f643fd0b11463719188fa84672efe321608e8000b0f
|
3 |
+
size 290722145
|
dm_math/numbers__round_number_composed.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afe2cd8a220d99e52696c5fda0d3a2c8e7a7f82a78a2ed8a290dc2b571d8a51c
|
3 |
+
size 398306927
|
dm_math/polynomials__add.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1e0d249492601286b682d43f602a348af7ee2ccdf3c4440512e95ef482f527d
|
3 |
+
size 426825764
|
dm_math/polynomials__coefficient_named.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4998ea40671733b3e284c0658696584d97de793bd4b5d51492c18b346240efdd
|
3 |
+
size 416965895
|