Skip to content

Commit c809794

Browse files
authored
Update README.md
1 parent d0fcb35 commit c809794

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
@@ -3,7 +3,7 @@
33
# String Math [![NuGet](https://img.shields.io/nuget/v/StringMath?style=flat-square&logo=nuget)](https://www.nuget.org/packages/StringMath/) [![Downloads](https://img.shields.io/nuget/dt/StringMath?label=downloads&style=flat-square&logo=nuget)](https://www.nuget.org/packages/StringMath) ![.NET](https://img.shields.io/static/v1?label=%20&message=Framework%204.6.1%20to%20NET%206&color=5C2D91&style=flat-square&logo=.net) ![](https://img.shields.io/static/v1?label=%20&message=documentation&color=yellow&style=flat-square)
44

55
Calculates the value of a math expression from a string returning a double.
6-
Supports variables and user defined operators.
6+
Supports variables, user defined operators and expression compilation.
77

88
```csharp
99
double result = "1 * (2 - 3) ^ 2".Eval(); // 1

0 commit comments

Comments
 (0)