Searched refs:__tan (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dtan.c16 * __tan ... tangent function on [-pi/4,pi/4]
60 return __tan(x, 0.0, 0);
69 return __tan(y[0], y[1], n&1);
H A D__tan.c11 /* __tan( x, y, k )
66 double __tan(double x, double y, int odd) function
/haiku/src/system/libroot/posix/musl/internal/
H A Dlibm.h239 hidden double __tan(double,double,int);

Completed in 45 milliseconds