Run-Time and Math Errors Help (runerr.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
M6108
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Math error M6108
 
     square root
 
     The operand in a square-root operation was negative.
 
     This error terminates the program with exit code 136.
 
     NOTE: The sqrt function in the C run-time library and the FORTRAN
           intrinsic function SQRT do not generate this error. The C
           sqrt function checks the argument before performing the
           operation and returns an error value if the operand is
           negative. The FORTRAN SQRT function generates the DOMAIN
           error M6201 instead of this error.
                                    -♦-