Home
last modified time | relevance | path

Searched refs:ATAN (Results 1 – 4 of 4) sorted by relevance

/external/crcalc/tests/src/com/hp/creals/
DSlowCRTest.java56 final static UnaryCRFunction ATAN = UnaryCRFunction.atanFunction; field in SlowCRTest
75 checkApprEq(ATAN.execute(x).doubleValue(), Math.atan(xAsDouble), in checkTrig()
105 checkEq(x, TAN.execute(ATAN.execute(x)), in checkTrig()
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc85 ATAN, enumerator
181 case ATAN: in TestCWiseGrad()
495 TestCWiseGrad<float, float>(ATAN, x_fn); in TEST_F()
505 TestCWiseGrad<complex64, complex64>(ATAN, x_fn); in TEST_F()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DComposableFunction.java141 public static final ComposableFunction ATAN = new ComposableFunction() { field in ComposableFunction
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java398 return mapToSelf(ComposableFunction.ATAN); in mapAtanToSelf()