OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBRT
(Results
1 - 3
of
3
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java
167
/** The {@code FastMath.
cbrt
} method wrapped as a {@link ComposableFunction}. */
168
public static final ComposableFunction
CBRT
= new ComposableFunction() {
172
return FastMath.
cbrt
(d);
/packages/apps/Calculator/
arity-2.1.2.jar
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractRealVector.java
412
return mapToSelf(ComposableFunction.
CBRT
);
Completed in 69 milliseconds