preguntar acerca de arithmeticexception
9
réponses
Exception arithmétique: «expansion décimale sans fin; Pas de résultat décimal représentatif exact»
Pourquoi le code suivant lever l'exception ci-dessous?
BigDecimal a = new BigDecimal("1.6");
BigDecimal b = new BigDecimal("9.2");
a.divide(b) // results in the following exception.
--
java.lang.ArithmeticException: Non-terminat …
demandé sur
1970-01-01 00:33:31