Skip to content

Commit 112b421

Browse files
committed
fix README
1 parent 998c430 commit 112b421

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ Math expression
33

44
Safely evaluate math and boolean expressions.
55

6-
This class can be used to safely evaluate mathematical expressions.
7-
The class can take an expression in a text string and evaluate it by replacing values of variables and calculating the results of mathematical functions and operations.
8-
It supports implicit multiplication, multivariable functions and nested functions.
9-
It can be used to evaluate expressions from untrusted sources. It provides robust error checking and only evaluates a limited set of functions.
10-
It could be used to generate graphs from expressions of formulae.
11-
126
# Install
137

148
```
@@ -47,6 +41,13 @@ It could be used to generate graphs from expressions of formulae.
4741
```
4842

4943
# DESCRIPTION
44+
45+
This class can be used to safely evaluate mathematical expressions.
46+
The class can take an expression in a text string and evaluate it by replacing values of variables and calculating the results of mathematical functions and operations.
47+
It supports implicit multiplication, multivariable functions and nested functions.
48+
It can be used to evaluate expressions from untrusted sources. It provides robust error checking and only evaluates a limited set of functions.
49+
It could be used to generate graphs from expressions of formulae.
50+
5051
Use the Expression class when you want to evaluate mathematical or boolean
5152
expressions from untrusted sources. You can define your own variables and
5253
functions, which are stored in the object. Try it, it's fun!

0 commit comments

Comments
 (0)