Searched refs:IEEEremainder (Results 1 – 3 of 3) sorted by relevance
62 public static double IEEEremainder(double,double);
123 public static double IEEEremainder(double,double);
3983 public static double IEEEremainder(double dividend, double divisor) { in IEEEremainder() method in FastMath3984 return StrictMath.IEEEremainder(dividend, divisor); // TODO provide our own implementation in IEEEremainder()