MathParser.org-mXparser icon indicating copy to clipboard operation
MathParser.org-mXparser copied to clipboard

Math Parser Java Android C# .NET/MONO (.NET Framework, .NET Core, .NET Standard, .NET PCL, Xamarin.Android, Xamarin.iOS) CLS Library - a super easy, rich and flexible mathematical expression parser (e...

Results 38 MathParser.org-mXparser issues
Sort by recently updated
recently updated
newest added

Calling `mXparser.getHelpAsMarkdownTable(...) `results, for some cases, with the output containing |/\\|, which looks in raw string as `|/\\|`. Some markdown engines does not recognize properly escaping sequence, finally escaping pipe...

New feature proposal: Open serialization format for expressions It would be interesting to enable serialization to open formats, like: Latex https://cortexjs.io/math-json/

enhancement

- We all need integer division operator

enhancement

First of all, thank you so much for this fantastic library! ### Issue title: - Is the typescript port still maintained? ### Issue content: #### If bug/question: - MathParser.org-mXparser typescript:...

question

for example ArgumentPtr x = new_Argument("x"); string expStr = "der(sin(x),x)"; ExpressionPtr testExp = new_Expression(expStr); How to obtain "cos(x) "expression Are there any methods or APIs to obtain it

question

Is it possible to do date/time calculations like "today + 5d" - which would return todays date + 5 days. If not, any suggestions? Thanks.

question

I am at the GitHub address: https://github.com/mariuszgromada/MathParser.org-mXparser I downloaded the source code and successfully built it using cmakelist. My IDE is vs2017, X64。 I successfully compiled the links, but when...

API_VISIBLE boolean StringModel:: setLanguageSpecificDescriptions() function has many empty smart pointers during initialization, and none of the tutorial examples can be started. My IDE; msvc: 2017, language C++, environment zh cn,...