Data Structures |
| struct | _exception |
| struct | _complex |
Defines |
| #define | _EXCEPTION_DEFINED |
| #define | _COMPLEX_DEFINED |
| #define | _DOMAIN 1 |
| #define | _SING 2 |
| #define | _OVERFLOW 3 |
| #define | _UNDERFLOW 4 |
| #define | _TLOSS 5 |
| #define | _PLOSS 6 |
| #define | EDOM 33 |
| #define | ERANGE 34 |
| #define | HUGE_VAL _HUGE |
| #define | _matherrl _matherr |
| #define | _CRT_ABS_DEFINED |
| #define | _CRT_MATHERR_DEFINED |
| #define | _CRT_ATOF_DEFINED |
| #define | _SIGN_DEFINED |
| #define | DOMAIN _DOMAIN |
| #define | SING _SING |
| #define | OVERFLOW _OVERFLOW |
| #define | UNDERFLOW _UNDERFLOW |
| #define | TLOSS _TLOSS |
| #define | PLOSS _PLOSS |
| #define | matherr _matherr |
| #define | HUGE _HUGE |
| #define | cabs _cabs |
Functions |
| int __cdecl | abs (int x) |
| long __cdecl | labs (long x) |
| double __cdecl | acos (double x) |
| double __cdecl | asin (double x) |
| double __cdecl | atan (double x) |
| double __cdecl | atan2 (double y, double x) |
| double __cdecl | cos (double x) |
| double __cdecl | cosh (double x) |
| double __cdecl | exp (double x) |
| double __cdecl | fabs (double x) |
| double __cdecl | fmod (double x, double y) |
| double __cdecl | log (double x) |
| double __cdecl | log10 (double x) |
| double __cdecl | pow (double x, double y) |
| double __cdecl | sin (double x) |
| double __cdecl | sinh (double x) |
| double __cdecl | sqrt (double x) |
| double __cdecl | tan (double x) |
| double __cdecl | tanh (double x) |
| int __cdecl | _matherr (struct _exception *except) |
| _CRTIMP double __cdecl | atof (const char *str) |
| _CRTIMP double __cdecl | _atof_l (const char *str, _locale_t locale) |
| _CRTIMP double __cdecl | _copysign (double x, double sgn) |
| _CRTIMP double __cdecl | _chgsign (double x) |
| _CRTIMP double __cdecl | _cabs (struct _complex a) |
| _CRTIMP double __cdecl | ceil (double x) |
| _CRTIMP double __cdecl | floor (double x) |
| _CRTIMP double __cdecl | frexp (double x, int *y) |
| _CRTIMP double __cdecl | _hypot (double x, double y) |
| _CRTIMP double __cdecl | _j0 (double x) |
| _CRTIMP double __cdecl | _j1 (double x) |
| _CRTIMP double __cdecl | _jn (int x, double y) |
| _CRTIMP double __cdecl | ldexp (double x, int y) |
| _CRTIMP double __cdecl | modf (double x, double *y) |
| _CRTIMP double __cdecl | _y0 (double x) |
| _CRTIMP double __cdecl | _y1 (double x) |
| _CRTIMP double __cdecl | _yn (int x, double y) |
| _CRTIMP float __cdecl | _hypotf (float x, float y) |
| __CRT_INLINE float __cdecl | fabsf (float x) |
| __CRT_INLINE float __cdecl | ldexpf (float x, int expn) |
| __CRT_INLINE long double | tanl (long double x) |
| __CRT_INLINE float | acosf (float x) |
| __CRT_INLINE float | asinf (float x) |
| __CRT_INLINE float | atanf (float x) |
| __CRT_INLINE float | atan2f (float x, float y) |
| __CRT_INLINE float | ceilf (float x) |
| __CRT_INLINE float | cosf (float x) |
| __CRT_INLINE float | coshf (float x) |
| __CRT_INLINE float | expf (float x) |
| __CRT_INLINE float | floorf (float x) |
| __CRT_INLINE float | fmodf (float x, float y) |
| __CRT_INLINE float | logf (float x) |
| __CRT_INLINE float | log10f (float x) |
| __CRT_INLINE float | modff (float x, float *y) |
| __CRT_INLINE float | powf (float x, float y) |
| __CRT_INLINE float | sinf (float x) |
| __CRT_INLINE float | sinhf (float x) |
| __CRT_INLINE float | sqrtf (float x) |
| __CRT_INLINE float | tanf (float x) |
| __CRT_INLINE float | tanhf (float x) |
| __CRT_INLINE long double | acosl (long double x) |
| __CRT_INLINE long double | asinl (long double x) |
| __CRT_INLINE long double | atanl (long double x) |
| __CRT_INLINE long double | atan2l (long double y, long double x) |
| __CRT_INLINE long double | ceill (long double x) |
| __CRT_INLINE long double | cosl (long double x) |
| __CRT_INLINE long double | coshl (long double x) |
| __CRT_INLINE long double | expl (long double x) |
| __CRT_INLINE long double | floorl (long double x) |
| __CRT_INLINE long double | fmodl (long double x, long double y) |
| __CRT_INLINE long double | frexpl (long double x, int *y) |
| __CRT_INLINE long double | logl (long double x) |
| __CRT_INLINE long double | log10l (long double x) |
| __CRT_INLINE long double | powl (long double x, long double y) |
| __CRT_INLINE long double | sinl (long double x) |
| __CRT_INLINE long double | sinhl (long double x) |
| __CRT_INLINE long double | sqrtl (long double x) |
| __CRT_INLINE long double | tanhl (long double x) |
| __CRT_INLINE long double __cdecl | fabsl (long double x) |
| __CRT_INLINE long double | _chgsignl (long double _Number) |
| __CRT_INLINE long double | _copysignl (long double _Number, long double _Sign) |
| __CRT_INLINE long double | _hypotl (long double x, long double y) |
| __CRT_INLINE float | frexpf (float x, int *y) |
| __CRT_INLINE long double | ldexpl (long double x, int y) |
| __CRT_INLINE long double | modfl (long double x, long double *y) |
| _CRTIMP double __cdecl | hypot (double x, double y) |
| _CRTIMP double __cdecl | j0 (double x) |
| _CRTIMP double __cdecl | j1 (double x) |
| _CRTIMP double __cdecl | jn (int x, double y) |
| _CRTIMP double __cdecl | y0 (double x) |
| _CRTIMP double __cdecl | y1 (double x) |
| _CRTIMP double __cdecl | yn (int x, double y) |
| __CRT_INLINE float __cdecl | hypotf (float x, float y) |
Variables |
| _CRTIMP double | _HUGE |