VGJ0163E: Math function %1 failed with error
code 8 (domain error).
Explanation
The second argument must
not be zero.
User Response
Do as follows:
- Change the program logic to ensure that the second argument is not 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.