Main Page | Alphabetical List | Class List | File List | Class Members | File Members

tgmath.h File Reference

#include <nlibc.h>
#include <math.h>
#include <complex.h>

Include dependency graph for tgmath.h:

Include dependency graph

Go to the source code of this file.

Defines

#define exp(Val)   ((__typecode(Val)==3) ? cexp(Val) : exp(Val))
#define acos(Val)   ((__typecode(Val)==3) ? cacos(Val) : acos(Val))
#define asin(Val)   ((__typecode(Val)==3) ? casin(Val) : asin(Val))
#define atan(Val)   ((__typecode(Val)==3) ? catan(Val) : atan(Val))
#define acosh(Val)   ((__typecode(Val)==3) ? cacosh(Val) : acosh(Val))
#define asinh(Val)   ((__typecode(Val)==3) ? casinh(Val) : asinh(Val))
#define atanh(Val)   ((__typecode(Val)==3) ? catanh(Val) : atanh(Val))
#define cos(Val)   ((__typecode(Val)==3) ? ccos(Val) : cos(Val))
#define sin(Val)   ((__typecode(Val)==3) ? csin(Val) : sin(Val))
#define tan(Val)   ((__typecode(Val)==3) ? ctan(Val) : tan(Val))
#define cosh(Val)   ((__typecode(Val)==3) ? ccosh(Val) : cosh(Val))
#define sinh(Val)   ((__typecode(Val)==3) ? csinh(Val) : sinh(Val))
#define tanh(Val)   ((__typecode(Val)==3) ? ctanh(Val) : tanh(Val))
#define exp(Val)   ((__typecode(Val)==3) ? cexp(Val) : exp(Val))
#define log(Val)   ((__typecode(Val)==3) ? clog(Val) : log(Val))
#define pow(Val)   ((__typecode(Val)==3) ? cpow(Val) : pow(Val))
#define sqrt(Val)   ((__typecode(Val)==3) ? csqrt(Val) : sqrt(Val))
#define fabs(Val)   ((__typecode(Val)==3) ? cabs(Val) : fabs(Val))


Define Documentation

#define acos Val   )     ((__typecode(Val)==3) ? cacos(Val) : acos(Val))
 

Definition at line 27 of file tgmath.h.

#define acosh Val   )     ((__typecode(Val)==3) ? cacosh(Val) : acosh(Val))
 

Definition at line 30 of file tgmath.h.

#define asin Val   )     ((__typecode(Val)==3) ? casin(Val) : asin(Val))
 

Definition at line 28 of file tgmath.h.

#define asinh Val   )     ((__typecode(Val)==3) ? casinh(Val) : asinh(Val))
 

Definition at line 31 of file tgmath.h.

#define atan Val   )     ((__typecode(Val)==3) ? catan(Val) : atan(Val))
 

Definition at line 29 of file tgmath.h.

#define atanh Val   )     ((__typecode(Val)==3) ? catanh(Val) : atanh(Val))
 

Definition at line 32 of file tgmath.h.

#define cos Val   )     ((__typecode(Val)==3) ? ccos(Val) : cos(Val))
 

Definition at line 33 of file tgmath.h.

#define cosh Val   )     ((__typecode(Val)==3) ? ccosh(Val) : cosh(Val))
 

Definition at line 36 of file tgmath.h.

#define exp Val   )     ((__typecode(Val)==3) ? cexp(Val) : exp(Val))
 

Definition at line 39 of file tgmath.h.

#define exp Val   )     ((__typecode(Val)==3) ? cexp(Val) : exp(Val))
 

Definition at line 39 of file tgmath.h.

Referenced by cbrt(), cosh(), exp2(), pow(), and sinh().

#define fabs Val   )     ((__typecode(Val)==3) ? cabs(Val) : fabs(Val))
 

Definition at line 43 of file tgmath.h.

Referenced by remainder().

#define log Val   )     ((__typecode(Val)==3) ? clog(Val) : log(Val))
 

Definition at line 40 of file tgmath.h.

Referenced by acosh(), asinh(), atanh(), cbrt(), log10(), log2(), and pow().

#define pow Val   )     ((__typecode(Val)==3) ? cpow(Val) : pow(Val))
 

Definition at line 41 of file tgmath.h.

#define sin Val   )     ((__typecode(Val)==3) ? csin(Val) : sin(Val))
 

Definition at line 34 of file tgmath.h.

#define sinh Val   )     ((__typecode(Val)==3) ? csinh(Val) : sinh(Val))
 

Definition at line 37 of file tgmath.h.

#define sqrt Val   )     ((__typecode(Val)==3) ? csqrt(Val) : sqrt(Val))
 

Definition at line 42 of file tgmath.h.

Referenced by acos(), acosh(), asin(), asinh(), and hypot().

#define tan Val   )     ((__typecode(Val)==3) ? ctan(Val) : tan(Val))
 

Definition at line 35 of file tgmath.h.

#define tanh Val   )     ((__typecode(Val)==3) ? ctanh(Val) : tanh(Val))
 

Definition at line 38 of file tgmath.h.


Generated on Mon Feb 20 15:54:53 2006 for nlibc by doxygen 1.3.5