Skip to content

Commit 2606b91

Browse files
committed
Update README.md
1 parent f8de7d4 commit 2606b91

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,21 @@ Mathos Parser
22
=============
33
Mathos Parser (along with Mathos Parser Portable, and Expression Compiler) are currently transferred from CodePlex to GitHub. The old page can be found below:
44
* http://mathosparser.codeplex.com/
5+
*
6+
7+
**Mathos Parser** is a mathematical expression parser, built on top of the .NET Framework, which allows you to parse all kinds of mathematical expressions, and in addition, add your own custom functions, operators, and variables (see the online demo).
8+
9+
NEW: We have launched a new support site, Q&A style: http://support.mathosproject.com/
10+
11+
Features
12+
13+
* Parse all kinds of mathematical expressions.
14+
* Add conditional statements.
15+
* Customize operators. Add/edit existing operators, change behaviour of operators.
16+
* Programatically add variables before and on the run time.
17+
* Custom own functions with almost unlimited amount of arguments.
18+
* Using trig functions: sine, cosine, tangents, and also: arc sine, arc cosine, arc tangent.
19+
* Supports almost all of the functions available in System.Math, such as: pow, round, sqrt, rem, abs, and more!
20+
* Culture independent. No matter on what machine the library is being used - the same configurations for everyone.
21+
* Decimal operations.
22+
* And much more!

0 commit comments

Comments
 (0)