Lines Matching refs:ArithmeticException
289 if (Double.isNaN(n)) throw new ArithmeticException("Nan argument");
290 if (Double.isInfinite(n)) throw new ArithmeticException("Infinite argument");
634 if (n <= 0) throw new ArithmeticException("Bad precision argument");
940 throw new ArithmeticException("ln(negative)");
1492 throw new ArithmeticException("sqrt(negative)");