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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 140 /** The {@code FastMath.atan} method wrapped as a {@link ComposableFunction}. */
141 public static final ComposableFunction ATAN = new ComposableFunction() {
145 return FastMath.atan(d);
  /external/tensorflow/tensorflow/cc/gradients/
math_grad_test.cc 83 ATAN,
177 case ATAN:
178 y = Atan(scope_, x);
487 TEST_F(CWiseUnaryGradTest, Atan) {
489 TestCWiseGrad<float, float>(ATAN, x_fn);
497 // Add test when the atan kernel supports complex numbers
499 TestCWiseGrad<complex64, complex64>(ATAN, x_fn);
  /external/crcalc/tests/src/com/hp/creals/
SlowCRTest.java 56 final static UnaryCRFunction ATAN = UnaryCRFunction.atanFunction;
75 checkApprEq(ATAN.execute(x).doubleValue(), Math.atan(xAsDouble),
76 "atan float compare:" + xAsDouble);
105 checkEq(x, TAN.execute(ATAN.execute(x)),
106 "tan(atan(" + xAsDouble + ")");
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 81 milliseconds