Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.03 KB

cmath.md

File metadata and controls

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