Searched defs:tan (Results 1 - 1 of 1) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_tan.c16 /* tan(x)
24 * Let S,C and T denote the sin, cos and tan respectively on
29 * n sin(x) cos(x) tan(x)
38 * Let trig be any of sin, cos, or tan.
54 tan(double x) function
70 /* tan(Inf or NaN) is NaN */
82 __weak_reference(tan, tanl);

Completed in 386 milliseconds