Skip to content

Commit 6cda5e0

Browse files
authored
Update README.md
1 parent d5e1922 commit 6cda5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It is largely based on and inspired by the following resources [this post on st
1616
|nuget|[![NuGet Status](http://img.shields.io/nuget/v/CodingSeb.ExpressionEvaluator.svg?style=flat&max-age=86400)](https://www.nuget.org/packages/CodingSeb.ExpressionEvaluator/)|
1717

1818
## Features
19-
* Basic mathematical and logical expression evaluation (+ - * / == < > != ...)
19+
* Basic mathematical and logical expression evaluation
2020
* System.Math methods and constants directly available (some like Max, Min, Avg are improved)
2121
* Some useful [functions](https://github.com/codingseb/ExpressionEvaluator/wiki/Variables-and-functions#standard-functions) for example to create List and Arrays
2222
* [Custom variables definition](https://github.com/codingseb/ExpressionEvaluator/wiki/Variables-and-functions#custom-variables)

0 commit comments

Comments
 (0)