< prev index next >

src/java.base/share/native/libjava/StrictMath.c

Print this page

        

*** 125,142 **** { return (jdouble) jtanh((double)d); } JNIEXPORT jdouble JNICALL - Java_java_lang_StrictMath_hypot(JNIEnv *env, jclass unused, jdouble x, jdouble y) - { - return (jdouble) jhypot((double)x, (double)y); - } - - - - JNIEXPORT jdouble JNICALL Java_java_lang_StrictMath_log1p(JNIEnv *env, jclass unused, jdouble d) { return (jdouble) jlog1p((double)d); } --- 125,134 ----
< prev index next >