Skip to content

Latest commit

 

History

History
41 lines (39 loc) · 918 Bytes

File metadata and controls

41 lines (39 loc) · 918 Bytes
title Domain Errors | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
domain errors
ms.assetid 67faa973-c872-40bc-a25f-2ef5559db96c
caps.latest.revision 6
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Domain Errors

ANSI 4.5.1 The values returned by the mathematics functions on domain errors

The ERRNO.H file defines the domain error constant EDOM as 33. See the help topic for the particular function that caused the error, for information about the return value.

See Also

Library Functions