Skip to content

Commit 4b79e18

Browse files
authored
Merge pull request #5526 from Rageking8/convert-math-errors-list-into-a-table
Convert Math errors list into a table
2 parents c7c2bab + b619183 commit 4b79e18

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed
Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
11
---
2-
description: "Learn more about: Math errors (Mxxxx)"
32
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
55
---
66
# Math errors (M6101 through M6205)
77

88
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.
99

10-
[!INCLUDE[error-boilerplate](../../error-messages/includes/error-boilerplate.md)]
10+
[!INCLUDE[error-boilerplate](../includes/error-boilerplate.md)]
1111

1212
## Math errors
1313

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 |
2426

2527
## See also
2628

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)\
2830
[Math and floating-point support](../../c-runtime-library/floating-point-support.md)

0 commit comments

Comments
 (0)