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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 149 /** The {@code FastMath.tan} method wrapped as a {@link ComposableFunction}. */
150 public static final ComposableFunction TAN = new ComposableFunction() {
154 return FastMath.tan(d);
  /external/tensorflow/tensorflow/cc/gradients/
math_grad_test.cc 82 TAN,
174 case TAN:
175 y = Tan(scope_, x);
471 TEST_F(CWiseUnaryGradTest, Tan) {
473 TestCWiseGrad<float, float>(TAN, x_fn);
481 // Enable when tan kernel supports complex inputs
483 TestCWiseGrad<complex64, complex64>(TAN, x_fn);
  /external/crcalc/tests/src/com/hp/creals/
SlowCRTest.java 57 final static UnaryCRFunction TAN = UnaryCRFunction.tanFunction;
73 checkApprEq(TAN.execute(x).doubleValue(), Math.tan(xAsDouble),
74 "tan float compare:" + xAsDouble);
105 checkEq(x, TAN.execute(ATAN.execute(x)),
106 "tan(atan(" + xAsDouble + ")");
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 206 milliseconds