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

/bionic/libm/src/
H A Ds_atan.c17 /* atan(x)
19 * 1. Reduce x to positive by atan(x) = -atan(-x).
24 * [0,7/16] atan(x) = t-t^3*(a1+t^2*(a2+...(a10+t^2*a11)...)
25 * [7/16,11/16] atan(x) = atan(1/2) + atan( (t-0.5)/(1+t/2) )
26 * [11/16.19/16] atan(x) = atan( 1 ) + atan( (
73 atan(double x) function
[all...]

Completed in 51 milliseconds