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

in plain Java-OpenJDK (not android) I'm getting: ``` 12:18:06 Errors occurred while build effective model from /mnt/ebs/jenkins/.gradle/caches/modules-2/files-2.1/org.mariuszgromada.math/MathParser.org-mXparser/5.2.1/4a5ae2e93b23415b779e05547d28f2e066759547/MathParser.org-mXparser-5.2.1.pom: 12:18:06 'build.resources.resource.directory' is missing. in org.mariuszgromada.math:MathParser.org-mXparser:5.2.1 ``` dependency is defined as ```groovy api...

This is a test case that fails for bug #310

`USER_LANGUAGE = "Português";`

enhancement

Hi guys, I have some problem with the letter 'C', when I set this letter, mxparser fails to process the function is the letter C used for other purposes in...

duplicate

`USER_LANGUAGE = "Polski";`

enhancement

`USER_LANGUAGE = "Italiano";`

enhancement

`USER_LANGUAGE = "Deutsch";`

enhancement

`USER_LANGUAGE = "Français";`

enhancement

`USER_LANGUAGE = "Español";`

enhancement

### end goal: i want to be able to do derivative until I get a single number for example: fx= x^3 + x^2 - 3x -3 fx'=3x^2 +2x-3 fx''=6x-2 fx'''=6...