Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 737 Bytes

math-error-m6108.md

File metadata and controls

18 lines (14 loc) · 737 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Math Error M6108
Math Error M6108
11/04/2016
M6108
M6108
054893b4-49bc-45d9-882f-7cb50ba387c0

Math Error M6108

square root

The operand in a square-root operation was negative.

Program terminates 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.