Home
last modified time | relevance | path

Searched defs:IEEEremainder (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DMath.java372 public static native double IEEEremainder(double x, double y); in IEEEremainder() method in Math
DStrictMath.java370 public static native double IEEEremainder(double x, double y); in IEEEremainder() method in StrictMath