#pragma once
#ifndef _YMATH
#define _YMATH
#ifndef RC_INVOKED
#include <yvals.h>
#pragma pack(push,_CRT_PACKING)
#pragma warning(push,_STL_WARNING_LEVEL)
#pragma warning(disable: _STL_DISABLED_WARNINGS)
#pragma warning(disable:
4455
4494
4619
4643
4702
4984
4988
)
_STL_DISABLE_CLANG_WARNINGS
#pragma push_macro("new")
#undef new
#if !defined(MRTDLL) || !defined(_CRTBLD)
#ifndef _M_CEE_PURE
_EXTERN_C
#endif /* _M_CEE_PURE */
#endif /* !MRTDLL || !_CRTBLD */
#define _DENORM (-2) /* C9X only */
#define _FINITE (-1)
#define _INFCODE 1
#define _NANCODE 2
#define _FE_DIVBYZERO 0x04
#define _FE_INEXACT 0x20
#define _FE_INVALID 0x01
#define _FE_OVERFLOW 0x08
#define _FE_UNDERFLOW 0x10
void __CLRCALL_PURE_OR_CDECL _Feraise(int);
typedef
union
{
unsigned
short
[
8
];
float
;
double
;
long
double
;
}
;
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Cosh(double, double);
double
__cdecl
(
double
,
double
);
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _Dtest(double *);
short
__cdecl
(
double
*);
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Sinh(double, double);
double
__cdecl
(
double
,
double
);
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _Exp(double *, double, short);
short
__cdecl
(
double
*,
double
,
short
);
extern _CRTIMP2_PURE_IMPORT /* const */ _Dconst _Denorm, _Hugeval, _Inf,
extern
__declspec
(dllimport)
,
,
,
,
;
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FCosh(float, float);
float
__cdecl
(
float
,
float
);
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _FDtest(float *);
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FSinh(float, float);
float
__cdecl
(
float
,
float
);
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _FExp(float *, float, short);
short
__cdecl
(
float
*,
float
,
short
);
extern _CRTIMP2_PURE_IMPORT /* const */ _Dconst _FDenorm, _FInf, _FNan, _FSnan;
extern
__declspec
(dllimport)
,
,
,
;
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LCosh(long double, long double);
long
double
__cdecl
(
long
double
,
long
double
);
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _LDtest(long double *);
short
__cdecl
(
long
double
*);
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LSinh(long double, long double);
long
double
__cdecl
(
long
double
,
long
double
);
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _LExp(long double *, long double, short);
short
__cdecl
(
long
double
*,
long
double
,
short
);
extern _CRTIMP2_PURE_IMPORT /* const */ _Dconst _LDenorm, _LInf, _LNan, _LSnan;
extern
__declspec
(dllimport)
,
,
,
;
#if !defined(MRTDLL) || !defined(_CRTBLD)
#ifndef _M_CEE_PURE
_END_EXTERN_C
#endif /* _M_CEE_PURE */
#endif /* !MRTDLL || !_CRTBLD */
}
#pragma pop_macro("new")
_STL_RESTORE_CLANG_WARNINGS
#pragma warning(pop)
#pragma warning(pop)
#pragma pack(pop)
#endif /* RC_INVOKED */
#endif /* _YMATH */
#pragma pack(pop)