Microsoft Utilities Errors Help (utilerr.hlp) (Topic list)
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. Sqrt
           checks the argument before performing the operation and
           returns an error value if the operand is negative. SQRT
           generates the DOMAIN error M6201 instead of this error.
                                    -♦-