Searched refs:tanh (Results 1 - 4 of 4) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/math/
H A Dtanhl.c6 return tanh(x);
46 return tanh(x);
H A Dtanh.c3 /* tanh(x) = (exp(x) - exp(-x))/(exp(x) + exp(-x))
7 double tanh(double x) function
/seL4-camkes-master/projects/musllibc/include/
H A Dtgmath.h203 #undef tanh macro
266 #define tanh(x) __tg_real_complex(tanh, (x)) macro
H A Dmath.h339 double tanh(double);

Completed in 95 milliseconds