ReactOS 0.4.16-dev-1104-ge0ef51b
math.h
Go to the documentation of this file.
1//
2// math.h
3//
4// Copyright (c) Microsoft Corporation. All rights reserved.
5//
6// The C Standard Library <math.h> header. This header consists of two parts:
7// <corecrt_math.h> contains the math library; <corecrt_math_defines.h> contains
8// the nonstandard but useful constant definitions. The headers are divided in
9// this way for modularity (to support the C++ modules feature).
10//
11#include <corecrt_math.h>
12
13#ifdef _USE_MATH_DEFINES
14 #include <corecrt_math_defines.h>
15#endif