Home
last modified time | relevance | path

Searched defs:tanh (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/native/
Djfdlibm.h58 #define tanh jtanh macro
/libcore/ojluni/annotations/flagged_api/java/lang/
DStrictMath.annotated.java217 public static native double tanh(double x); in tanh() method in StrictMath
DMath.annotated.java218 public static native double tanh(double x); in tanh() method in Math
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java2237 public static native double tanh(double x); in tanh() method in StrictMath