Skip to content

muparserx v4.0.7

Compare
Choose a tag to compare
@beltoforion beltoforion released this 03 Apr 22:19
· 111 commits to master since this release

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).