Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,16 @@ language:
|
|
6 |
- en
|
7 |
size_categories:
|
8 |
- 10M<n<100M
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- en
|
7 |
size_categories:
|
8 |
- 10M<n<100M
|
9 |
+
pretty_name: s
|
10 |
+
---
|
11 |
+
|
12 |
+
# Arithmetic Dataset
|
13 |
+
|
14 |
+
This dataset focuses on fundamental arithmetic operations. It includes examples covering:
|
15 |
+
|
16 |
+
* **Addition:** Problems involving the sum of two or more numbers.
|
17 |
+
* **Subtraction:** Problems involving finding the difference between two numbers.
|
18 |
+
* **Multiplication:** Problems involving the product of two or more numbers.
|
19 |
+
* **Roots:** Problems involving finding the square root and potentially other roots of numbers.
|
20 |
+
* **Cubes:** Problems involving calculating the cube of a number.
|
21 |
+
* **Squares:** Problems involving calculating the square of a number.
|