Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 675 Bytes

File metadata and controls

20 lines (18 loc) · 675 Bytes
title Domain Errors | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-language
ms.topic language-reference
dev_langs
C++
helpviewer_keywords
domain errors
ms.assetid 67faa973-c872-40bc-a25f-2ef5559db96c
author mikeblome
ms.author mblome
ms.workload
cplusplus

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