HomeSort by relevance Sort by last modified time
    Searched defs:atan (Results 1 - 15 of 15) sorted by null

  /bionic/libm/src/
s_atan.c 17 /* 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( (t-1)/(1+t)
73 atan(double x) function
    [all...]
  /frameworks/base/core/java/android/util/
MathUtils.java 131 public static float atan(float value) { method in class:MathUtils
132 return (float) Math.atan(value);
  /libcore/luni/src/main/java/java/lang/
Math.java 160 * <li>{@code atan(+0.0) = +0.0}</li>
161 * <li>{@code atan(-0.0) = -0.0}</li>
162 * <li>{@code atan(+infinity) = +pi/2}</li>
163 * <li>{@code atan(-infinity) = -pi/2}</li>
164 * <li>{@code atan(NaN) = NaN}</li>
171 public static native double atan(double d); method in class:Math
206 * the numerator of the value whose atan has to be computed.
208 * the denominator of the value whose atan has to be computed.
    [all...]
StrictMath.java 166 * <li>{@code atan(+0.0) = +0.0}</li>
167 * <li>{@code atan(-0.0) = -0.0}</li>
168 * <li>{@code atan(+infinity) = +pi/2}</li>
169 * <li>{@code atan(-infinity) = -pi/2}</li>
170 * <li>{@code atan(NaN) = NaN}</li>
177 public static native double atan(double d); method in class:StrictMath
211 * the numerator of the value whose atan has to be computed.
213 * the denominator of the value whose atan has to be computed.
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 110 #define atan(z) __TGMATH_CPLX(z, atan, catan) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 107 #define atan(z) __TGMATH_CPLX(z, atan, catan) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 107 #define atan(z) __TGMATH_CPLX(z, atan, catan) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 110 #define atan(z) __TGMATH_CPLX(z, atan, catan) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 107 #define atan(z) __TGMATH_CPLX(z, atan, catan) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 107 #define atan(z) __TGMATH_CPLX(z, atan, catan) macro
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 545 milliseconds