EGL Java run-time error code VGJ0162E
VGJ0162E: Math function atan2 failed with error code 8 (domain error).
Explanation
Both arguments cannot be zero.
User Response
Do as follows:
- Change the program logic to ensure that at least one argument passed to the function is not zero; or
- Call the function in a try statement, or set handleSysLibErrors to 1 before calling the function, so that the program can handle the error.