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

/dalvik/libcore/luni/src/main/java/java/lang/
H A DMath.java159 * <li>{@code atan(+0.0) = +0.0}</li>
160 * <li>{@code atan(-0.0) = -0.0}</li>
161 * <li>{@code atan(+infinity) = +pi/2}</li>
162 * <li>{@code atan(-infinity) = -pi/2}</li>
163 * <li>{@code atan(NaN) = NaN}</li>
170 public static native double atan(double d); method in class:Math
205 * the numerator of the value whose atan has to be computed.
207 * the denominator of the value whose atan has to be computed.
H A DStrictMath.java173 * <li>{@code atan(+0.0) = +0.0}</li>
174 * <li>{@code atan(-0.0) = -0.0}</li>
175 * <li>{@code atan(+infinity) = +pi/2}</li>
176 * <li>{@code atan(-infinity) = -pi/2}</li>
177 * <li>{@code atan(NaN) = NaN}</li>
184 public static native double atan(double d); method in class:StrictMath
218 * the numerator of the value whose atan has to be computed.
220 * the denominator of the value whose atan has to be computed.

Completed in 53 milliseconds