include/tgmath.h
131
#define acos(a) __TG_COMPLEX((a), acos)
include/tgmath.h
132
#define asin(a) __TG_COMPLEX((a), asin)
include/tgmath.h
133
#define atan(a) __TG_COMPLEX((a), atan)
include/tgmath.h
134
#define acosh(a) __TG_COMPLEX((a), acosh)
include/tgmath.h
135
#define asinh(a) __TG_COMPLEX((a), asinh)
include/tgmath.h
136
#define atanh(a) __TG_COMPLEX((a), atanh)
include/tgmath.h
137
#define cos(a) __TG_COMPLEX((a), cos)
include/tgmath.h
138
#define sin(a) __TG_COMPLEX((a), sin)
include/tgmath.h
139
#define tan(a) __TG_COMPLEX((a), tan)
include/tgmath.h
140
#define cosh(a) __TG_COMPLEX((a), cosh)
include/tgmath.h
141
#define sinh(a) __TG_COMPLEX((a), sinh)
include/tgmath.h
142
#define tanh(a) __TG_COMPLEX((a), tanh)
include/tgmath.h
143
#define exp(a) __TG_COMPLEX((a), exp)
include/tgmath.h
144
#define log(a) __TG_COMPLEX((a), log)
include/tgmath.h
146
#define sqrt(a) __TG_COMPLEX((a), sqrt)