Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NTDLS authored Dec 14, 2024
1 parent 92f4841 commit c612914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ ExpressionParser is a mathematics parsing engine for .net. It supports expressio

It addition to the custom functions and variables, these are built in: ACOS, ASIN, ATAN, ATAN2, LDEXP, SINH, COSH, TANH, LOG, LOG10, EXP, MODPOW, SQRT, POW, FLOOR, CEIL, NOT, AVG, SUM, TAN, ATAN, SIN, COS, ABS.

If you came for the C++ version you can find it at: https://github.com/NTDLS/CMathParser
👀 If you came for the C++ version you can find it at: https://github.com/NTDLS/CMathParser

Basic example usage:
👀 Be sure to check out the NuGet package: https://www.nuget.org/packages/NTDLS.ExpressionParser/

Be sure to check out the NuGet package: https://www.nuget.org/packages/NTDLS.ExpressionParser/
## Basic usage:

>**Simple Example:**
>
Expand Down

0 comments on commit c612914

Please sign in to comment.