|
1 | 1 | ---
|
2 |
| -description: "Learn more about: Math errors (Mxxxx)" |
3 | 2 | title: "Learn about math errors M6101 through M6205"
|
4 |
| -ms.date: "04/16/2019" |
| 3 | +description: "Learn more about: Math errors (Mxxxx)" |
| 4 | +ms.date: 04/16/2019 |
5 | 5 | ---
|
6 | 6 | # Math errors (M6101 through M6205)
|
7 | 7 |
|
8 | 8 | This section is a reference to the errors generated by the runtime floating-point math library. Math runtime errors and warnings have the form M*xxxx*, where *xxxx* is a four-digit number.
|
9 | 9 |
|
10 |
| -[!INCLUDE[error-boilerplate](../../error-messages/includes/error-boilerplate.md)] |
| 10 | +[!INCLUDE[error-boilerplate](../includes/error-boilerplate.md)] |
11 | 11 |
|
12 | 12 | ## Math errors
|
13 | 13 |
|
14 |
| -[Math error M6101](math-error-m6101.md) \ |
15 |
| -[Math error M6102](math-error-m6102.md) \ |
16 |
| -[Math error M6107](math-error-m6107.md) \ |
17 |
| -[Math error M6108](math-error-m6108.md) \ |
18 |
| -[Math error M6110](math-error-m6110.md) \ |
19 |
| -[Math error M6111](math-error-m6111.md) \ |
20 |
| -[Math error M6201](math-error-m6201.md) \ |
21 |
| -[Math error M6202](math-error-m6202.md) \ |
22 |
| -[Math error M6203](math-error-m6203.md) \ |
23 |
| -[Math error M6205](math-error-m6205.md) |
| 14 | +| Error | Message | |
| 15 | +|--|--| |
| 16 | +| [Math error M6101](math-error-m6101.md) | invalid | |
| 17 | +| [Math error M6102](math-error-m6102.md) | denormal | |
| 18 | +| [Math error M6107](math-error-m6107.md) | unemulated | |
| 19 | +| [Math error M6108](math-error-m6108.md) | square root | |
| 20 | +| [Math error M6110](math-error-m6110.md) | stack overflow | |
| 21 | +| [Math error M6111](math-error-m6111.md) | stack underflow | |
| 22 | +| [Math error M6201](math-error-m6201.md) | 'function' : _DOMAIN error | |
| 23 | +| [Math error M6202](math-error-m6202.md) | 'function' : _SING error | |
| 24 | +| [Math error M6203](math-error-m6203.md) | 'function' : _OVERFLOW error | |
| 25 | +| [Math error M6205](math-error-m6205.md) | 'function' : _TLOSS error | |
24 | 26 |
|
25 | 27 | ## See also
|
26 | 28 |
|
27 |
| -[C/C++ Compiler and build tools errors and warnings](../compiler-errors-1/c-cpp-build-errors.md) \ |
| 29 | +[C/C++ Compiler and build tools errors and warnings](../compiler-errors-1/c-cpp-build-errors.md)\ |
28 | 30 | [Math and floating-point support](../../c-runtime-library/floating-point-support.md)
|
0 commit comments