Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/math-error-m6101.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Math Error M6101"
title: "Math Error M6101"
ms.date: "11/04/2016"
description: "Learn more about: Math Error M6101"
ms.date: 11/04/2016
f1_keywords: ["M6101"]
helpviewer_keywords: ["M6101"]
ms.assetid: 8c8d5097-d725-4a2c-92e9-fcf28c871d74
---
# Math Error M6101

invalid
> invalid

## Remarks

Invalid operation.

Expand Down
11 changes: 6 additions & 5 deletions docs/error-messages/tool-errors/math-error-m6102.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
description: "Learn more about: Math Error M6102"
title: "Math Error M6102"
ms.date: "11/04/2016"
description: "Learn more about: Math Error M6102"
ms.date: 11/04/2016
f1_keywords: ["M6102"]
helpviewer_keywords: ["M6102"]
ms.assetid: dbd2241f-6595-431e-9597-d9dbdb3a0ca2
---
# Math Error M6102

denormal
> denormal

## Remarks

An operation generated a very small floating-point number, which be invalid due loss of significance. Denormal floating-point exceptions are usually masked, causing them to be trapped and operated upon.
An operation generated a very small floating-point number, which may be invalid due to loss of significance. Denormal floating-point exceptions are usually masked, causing them to be trapped and operated upon.

Program terminates with exit code 130.
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/math-error-m6107.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Math Error M6107"
title: "Math Error M6107"
ms.date: "11/04/2016"
description: "Learn more about: Math Error M6107"
ms.date: 11/04/2016
f1_keywords: ["M6107"]
helpviewer_keywords: ["M6107"]
ms.assetid: a827a2a4-40b7-4e28-8e8d-530c6ffcf0c9
---
# Math Error M6107

unemulated
> unemulated

## Remarks

An attempt was made to execute a coprocessor instruction that is invalid or is not supported by the emulator.

Expand Down
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/math-error-m6108.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Math Error M6108"
title: "Math Error M6108"
ms.date: "11/04/2016"
description: "Learn more about: Math Error M6108"
ms.date: 11/04/2016
f1_keywords: ["M6108"]
helpviewer_keywords: ["M6108"]
ms.assetid: 054893b4-49bc-45d9-882f-7cb50ba387c0
---
# Math Error M6108

square root
> square root

## Remarks

The operand in a square-root operation was negative.

Expand Down
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/math-error-m6110.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Math Error M6110"
title: "Math Error M6110"
ms.date: "11/04/2016"
description: "Learn more about: Math Error M6110"
ms.date: 11/04/2016
f1_keywords: ["M6110"]
helpviewer_keywords: ["M6110"]
ms.assetid: aac9ae37-6a6d-46e9-85d4-dfe03f1c3e11
---
# Math Error M6110

stack overflow
> stack overflow

## Remarks

A floating-point expression caused a floating-point stack overflow.

Expand Down
10 changes: 8 additions & 2 deletions docs/error-messages/tool-errors/math-error-m6111.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ helpviewer_keywords: ["M6111"]
---
# Math Error M6111

stack underflow
> stack underflow

## Remarks

A floating-point operation resulted in a stack underflow on the 8087/287/387 coprocessor or the emulator.

This error is often caused by a call to a **`long double`** function that does not return a value. For example, the following generates this error when compiled and run:
This error is often caused by a call to a **`long double`** function that does not return a value.

## Example

For example, the following generates this error when compiled and run:

```c
long double ld() {}
Expand Down
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/math-error-m6201.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Math Error M6201"
title: "Math Error M6201"
ms.date: "11/04/2016"
description: "Learn more about: Math Error M6201"
ms.date: 11/04/2016
f1_keywords: ["M6201"]
helpviewer_keywords: ["M6201"]
ms.assetid: 4041c331-d9aa-4dd4-b565-7dbe0218538c
---
# Math Error M6201

'function' : _DOMAIN error
> 'function' : _DOMAIN error

## Remarks

An argument to the given function was outside the domain of legal input values for that function.

Expand Down
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/math-error-m6202.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Math Error M6202"
title: "Math Error M6202"
ms.date: "11/04/2016"
description: "Learn more about: Math Error M6202"
ms.date: 11/04/2016
f1_keywords: ["M6202"]
helpviewer_keywords: ["M6202"]
ms.assetid: 4d17045f-c6dc-4705-9512-e9af12c35fb4
---
# Math Error M6202

'function' : _SING error
> 'function' : _SING error

## Remarks

An argument to the given function was a singularity value for this function. The function is not defined for that argument.

Expand Down
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/math-error-m6203.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Math Error M6203"
title: "Math Error M6203"
ms.date: "11/04/2016"
description: "Learn more about: Math Error M6203"
ms.date: 11/04/2016
f1_keywords: ["M6203"]
helpviewer_keywords: ["M6203"]
ms.assetid: bd7fdd1c-83e4-4d6a-901e-10a0308bf5be
---
# Math Error M6203

'function' : _OVERFLOW error
> 'function' : _OVERFLOW error

## Remarks

The given function result was too large to be represented.

Expand Down
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/math-error-m6205.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Math Error M6205"
title: "Math Error M6205"
ms.date: "11/04/2016"
description: "Learn more about: Math Error M6205"
ms.date: 11/04/2016
f1_keywords: ["M6205"]
helpviewer_keywords: ["M6205"]
ms.assetid: fd28e7c9-a463-4a9c-a863-cc9e75315550
---
# Math Error M6205

'function' : _TLOSS error
> 'function' : _TLOSS error

## Remarks

A total loss of significance (precision) occurred.

Expand Down