Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.03 KB

File metadata and controls

38 lines (30 loc) · 1.03 KB
title <cmath> | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-standard-libraries
ms.tgt_pltfrm
ms.topic article
f1_keywords
<cmath>
dev_langs
C++
helpviewer_keywords
cmath header
ms.assetid 80df1dba-60ca-4918-9c2e-fbf446eaa7d6
caps.latest.revision 17
author corob-msft
ms.author corob
manager ghogen

<cmath>

Includes the Standard C library header <math.h> and adds the associated names to the std namespace.

Syntax

#include <cmath>  
  

Remarks

Including this header ensures that the names declared using external linkage in the Standard C library header are declared in the std namespace.

See Also

Header Files Reference
C++ Standard Library Overview
Thread Safety in the C++ Standard Library