Reactos
at master 15 lines 490 B view raw
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