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

/openjdk7/jdk/src/share/classes/java/lang/
H A DMath.java381 public static double IEEEremainder(double f1, double f2) { method in class:Math
382 return StrictMath.IEEEremainder(f1, f2); // delegate to StrictMath
H A DStrictMath.java300 public static native double IEEEremainder(double f1, double f2); method in class:StrictMath

Completed in 37 milliseconds