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 34 MathParser.org-mXparser issues
Sort by recently updated
recently updated
newest added

MathParser.org-mXparser version: v.5.0.6 Framework: Java When running the checkSyntax() method on the expression below it never finishes, but loops endlessly instead. Examplecode: `sum(i, 1, 10, 2*xi)`

bug

### Issue title: - Implementation of cumulative distribution function and the quantile function (inverse cumulative distribution function) of the t, F and chi-squared distributions. ### Issue content: Using acumulative distribution...

help wanted

### Issue title: - getMissingUserDefinedArguments work wrong in the latest version ### Issue content: After I update to the latest version of mXparser, I got problem when use getMissingUserDefinedArguments fucntion....

bug

mXparser.cancelCurrentCalculation() might be useful for simple use cases, but if you are running many calculations on multiple threads; it stops them all. Please add a CancellationToken parameter to Expression.calculate() so...

enhancement

**NOTE**: Sorry for the long post, I just kept finding interesting stuff so I'm posting them here. Constructing an expression from pure data sounds really useful to me. Currently, I'm...

enhancement

need to add more bitwise operators The current bitwise operators are and, or and shifting but it would be more helpful if You add xor, nand, nor, xnor Or it...

enhancement

This is going to be awesome :-)

help wanted

@mariuszgromada Is this an acceptable tag style? Rather than doing a direct translation I've been adjusting indentation in `` and ``, and I've also been inserting `` and `` wherever...

changes: - replace .NET Standard, .NET, .NET Core and PCL projects with: .NET Standard 1.0, .NET Standard 1.3 and .NET 2.0 combined in a single project via `netstandard1.0;netstandard1.3;net20` - Adapt...

Updated to use BigInteger.mod function for integer values, or BigDecimal.remainder for decimal values and avoid wrong results when we use the MOD or MODULO function with large numbers.