Skip to content

Convert Math errors list into a table #5526

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 16 additions & 14 deletions docs/error-messages/tool-errors/math-errors-m6101-through-m6205.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
---
description: "Learn more about: Math errors (Mxxxx)"
title: "Learn about math errors M6101 through M6205"
ms.date: "04/16/2019"
description: "Learn more about: Math errors (Mxxxx)"
ms.date: 04/16/2019
---
# Math errors (M6101 through M6205)

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.

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

## Math errors

[Math error M6101](math-error-m6101.md) \
[Math error M6102](math-error-m6102.md) \
[Math error M6107](math-error-m6107.md) \
[Math error M6108](math-error-m6108.md) \
[Math error M6110](math-error-m6110.md) \
[Math error M6111](math-error-m6111.md) \
[Math error M6201](math-error-m6201.md) \
[Math error M6202](math-error-m6202.md) \
[Math error M6203](math-error-m6203.md) \
[Math error M6205](math-error-m6205.md)
| Error | Message |
|--|--|
| [Math error M6101](math-error-m6101.md) | invalid |
| [Math error M6102](math-error-m6102.md) | denormal |
| [Math error M6107](math-error-m6107.md) | unemulated |
| [Math error M6108](math-error-m6108.md) | square root |
| [Math error M6110](math-error-m6110.md) | stack overflow |
| [Math error M6111](math-error-m6111.md) | stack underflow |
| [Math error M6201](math-error-m6201.md) | 'function' : _DOMAIN error |
| [Math error M6202](math-error-m6202.md) | 'function' : _SING error |
| [Math error M6203](math-error-m6203.md) | 'function' : _OVERFLOW error |
| [Math error M6205](math-error-m6205.md) | 'function' : _TLOSS error |

## See also

[C/C++ Compiler and build tools errors and warnings](../compiler-errors-1/c-cpp-build-errors.md) \
[C/C++ Compiler and build tools errors and warnings](../compiler-errors-1/c-cpp-build-errors.md)\
[Math and floating-point support](../../c-runtime-library/floating-point-support.md)