You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+118-2Lines changed: 118 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@ Mathos Parser
2
2
=============
3
3
Mathos Parser (along with Mathos Parser Portable, and Expression Compiler) are currently transferred from CodePlex to GitHub. The old page can be found below:
4
4
*http://mathosparser.codeplex.com/
5
-
*
6
5
7
6
**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
7
@@ -22,6 +21,123 @@ NEW: We have launched a new support site, Q&A style: http://support.mathosprojec
22
21
* And much more!
23
22
24
23
##Introduction
25
-
Introduction
26
24
27
25
Mathos Parser is a part of Mathos Project, a project that provides useful methods, structures, etc, to make the life a little bit easier! This math parser is fully independent of Mathos project, so you can just use this library to archive a powerful math parsing experience.
26
+
27
+
##How to use
28
+
29
+
It's really easy to use and understand this math parser. In this topic I will try to show you some (not all) key features of this library.
0 commit comments