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

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_cos.c16 /* cos(x)
25 * Let S,C and T denote the sin, cos and tan respectively on
30 * n sin(x) cos(x) tan(x)
39 * Let trig be any of sin, cos, or tan.
55 cos(double x) function
71 /* cos(Inf or NaN) is NaN */
88 __weak_reference(cos, cosl);

Completed in 39 milliseconds