Releases: beltoforion/muparserx
Releases · beltoforion/muparserx
muparserx v4.0.12
Service release
Bugfixes:
Issue #116: Changed implementation of parsing double values to an issue with parsing on Apple systems.
Issue #115: String constants starting with "or" confused with operator during parsing step
Issue #117: Equals operator behavior inconsistent when checking boolean values. (no type check)
muparserx v4.0.11
muparserx v4.0.8
Service release. No major changes, updates to the build system.
muparserx v4.0.7
This is a maintainance Release. Changes since last release:
V4.0.7 (20160331)
Bugfixes:
- Issue 68: Assertion fails (i.e "abs(-3)>abs(2)")
- untracked issue: cbrt function did not work properly
- new functions: atan2, reminder, fmod
V4.0.5 (20151120)
Changes:
- New Noncomplex Functions: cbrt - Cubic root
hypot - Length of a 2d vector
pow - Power function - New complex functions: pow - Power function
- Value construction and assignment from int is supported again (removed
when going from in 3.x to 4.x).
muparserx v4.0.4
Version 4.0.4 of muparserx
- Contains a variety of buf fixes for exotic syntax errors.
- should be more robust in fringe cases
muparserx v3.0.5
Version 3.0.5 of muparserx