STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Macros | Functions | Variables
ymath.h File Reference
#include <yvals.h>

Go to the source code of this file.

Classes

union  _Dconst
 

Macros

#define _YMATH
 
#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
 

Functions

void __CLRCALL_PURE_OR_CDECL _Feraise (int)
 
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Cosh (double, double)
 
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Divide (double, double)
 
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _Dtest (double *)
 
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Log (double, int)
 
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Recip (double)
 
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Sin (double, unsigned int)
 
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Sinx (double, unsigned int, int)
 
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Sinh (double, double)
 
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _Exp (double *, double, short)
 
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FCosh (float, float)
 
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FDivide (float, float)
 
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _FDtest (float *)
 
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FLog (float, int)
 
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FRecip (float)
 
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FSin (float, unsigned int)
 
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FSinx (float, unsigned int, int)
 
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FSinh (float, float)
 
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _FExp (float *, float, short)
 
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LCosh (long double, long double)
 
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LDivide (long double, long double)
 
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _LDtest (long double *)
 
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LLog (long double, int)
 
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LRecip (long double)
 
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LSin (long double, unsigned int)
 
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LSinx (long double, unsigned int, int)
 
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LSinh (long double, long double)
 
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _LExp (long double *, long double, short)
 

Variables

_CRTIMP2_PURE _Dconst _Denorm
 
_CRTIMP2_PURE _Dconst _Hugeval
 
_CRTIMP2_PURE _Dconst _Inf
 
_CRTIMP2_PURE _Dconst _Nan
 
_CRTIMP2_PURE _Dconst _Snan
 
_CRTIMP2_PURE _Dconst _FDenorm
 
_CRTIMP2_PURE _Dconst _FInf
 
_CRTIMP2_PURE _Dconst _FNan
 
_CRTIMP2_PURE _Dconst _FSnan
 
_CRTIMP2_PURE _Dconst _LDenorm
 
_CRTIMP2_PURE _Dconst _LInf
 
_CRTIMP2_PURE _Dconst _LNan
 
_CRTIMP2_PURE _Dconst _LSnan
 

Macro Definition Documentation

#define _DENORM   (-2) /* C9X only */
#define _FE_DIVBYZERO   0x04
#define _FE_INEXACT   0x20
#define _FE_INVALID   0x01
#define _FE_OVERFLOW   0x08
#define _FE_UNDERFLOW   0x10
#define _FINITE   (-1)
#define _INFCODE   1
#define _NANCODE   2
#define _YMATH

Function Documentation

_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Cosh ( double  ,
double   
)
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Divide ( double  ,
double   
)
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _Dtest ( double *  )
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _Exp ( double *  ,
double  ,
short   
)
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FCosh ( float  ,
float   
)
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FDivide ( float  ,
float   
)
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _FDtest ( float *  )
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _FExp ( float *  ,
float  ,
short   
)
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FLog ( float  ,
int   
)
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FRecip ( float  )
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FSin ( float  ,
unsigned  int 
)
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FSinh ( float  ,
float   
)
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FSinx ( float  ,
unsigned  int,
int   
)
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LCosh ( long  double,
long  double 
)
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LDivide ( long  double,
long  double 
)
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _LDtest ( long double *  )
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _LExp ( long double *  ,
long  double,
short   
)
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LLog ( long  double,
int   
)
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Log ( double  ,
int   
)
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LRecip ( long  double)
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LSin ( long  double,
unsigned  int 
)
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LSinh ( long  double,
long  double 
)
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _LSinx ( long  double,
unsigned  int,
int   
)
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Recip ( double  )
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Sin ( double  ,
unsigned  int 
)
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Sinh ( double  ,
double   
)
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Sinx ( double  ,
unsigned  int,
int   
)

Variable Documentation