EGL0184E The math_functionname Math function failed with error code 8 (domain error).

Explanation

The argument must be greater than zero.

User Response

Do the following:
  • Change the program logic to ensure that the argument passed to the function is greater than zero; or
  • Call the function in a try statement, or set vgVar.handlesysLibraryErrors to 1 before calling the function, so that the program can handle the error.

Feedback