You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+102-11
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# adv-math
1
+
# Advanced Math (adv-math)
2
2
3
3
Advanced Mathematical Operations Library for JavaScript
4
4
@@ -22,6 +22,7 @@ Advanced Mathematical Operations Library for JavaScript
22
22
-[Equations](#equations)
23
23
-[Parser](#parser)
24
24
-[Random](#random)
25
+
-[Expression Evaluator](#expression-evaluator)
25
26
-[License](#license)
26
27
-[Code of Conduct](#code-of-conduct)
27
28
-[Contributing](#contributing)
@@ -34,6 +35,9 @@ Advanced Mathematical Operations Library for JavaScript
34
35
35
36
`adv-math` is a comprehensive JavaScript library that simplifies advanced mathematical calculations, covering a wide range of mathematical topics such as basic arithmetic, complex numbers, linear algebra, statistics, geometry, trigonometry, calculus, financial calculations, units and conversions, equation solvers, and math expression parsing. This library is designed to provide developers with powerful mathematical tools for various applications.
36
37
38
+
**New Feature:**
39
+
- Added `Expression Evaluator` for evaluating complex mathematical expressions. See [Expression Evaluator](#expression-evaluator) below for details.
40
+
37
41
38
42
## Installation
39
43
@@ -76,8 +80,7 @@ The primary motive of this project is to simplify complex mathematical operation
76
80
## Example Usage
77
81
78
82
Here's an overview of how to use some of the key modules in Advanced Math:
Copy file name to clipboardExpand all lines: adv-math/README.md
+103-11
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# adv-math
1
+
# Advanced Math (adv-math)
2
2
3
3
Advanced Mathematical Operations Library for JavaScript
4
4
@@ -22,6 +22,7 @@ Advanced Mathematical Operations Library for JavaScript
22
22
-[Equations](#equations)
23
23
-[Parser](#parser)
24
24
-[Random](#random)
25
+
-[Expression Evaluator](#expression-evaluator)
25
26
-[License](#license)
26
27
-[Code of Conduct](#code-of-conduct)
27
28
-[Contributing](#contributing)
@@ -34,6 +35,9 @@ Advanced Mathematical Operations Library for JavaScript
34
35
35
36
`adv-math` is a comprehensive JavaScript library that simplifies advanced mathematical calculations, covering a wide range of mathematical topics such as basic arithmetic, complex numbers, linear algebra, statistics, geometry, trigonometry, calculus, financial calculations, units and conversions, equation solvers, and math expression parsing. This library is designed to provide developers with powerful mathematical tools for various applications.
36
37
38
+
**New Feature:**
39
+
- Added `Expression Evaluator` for evaluating complex mathematical expressions. See [Expression Evaluator](#expression-evaluator) below for details.
40
+
37
41
38
42
## Installation
39
43
@@ -76,8 +80,7 @@ The primary motive of this project is to simplify complex mathematical operation
76
80
## Example Usage
77
81
78
82
Here's an overview of how to use some of the key modules in Advanced Math:
0 commit comments