3.35 introduces inbuilt math functions

Issue #18 resolved
James Powell repo owner created an issue

Comments (3)

  1. James Powell reporter

    Testing suggest that the new inbuilt functions override the extension-functions.dll

    Changed behaviour:

    Log(0 is now Log10() rather than natural Log (introduces a LN() function)

    Log10(100) = 1.99999999999999978 (extension-functions.dll gave 2 exactly)

  2. Log in to comment