OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TAN
(Results
1 - 8
of
8
) 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);
/packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java
45
private final static UnaryCRFunction
TAN
= UnaryCRFunction.tanFunction;
81
checkWeakEq(BoundedRational.
tan
(x),
TAN
.execute(xAsCR), "
tan
:" + x);
90
TAN
.execute(toRadians(xAsCR)), "degree
tan
:" + x);
91
check((long_x - 90) % 180 != 0, "missed undefined
tan
: " + x);
93
check((long_x - 90) % 180 == 0, "exception on defined
tan
: " + x);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Color.java
54
public static final Color
TAN
= new Color(0xd2b48cff);
/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 + ")");
/packages/apps/Calculator/
arity-2.1.2.jar
/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 429 milliseconds