blob: 35d518350a80006ab444229e8dc8e7e97831567f [file] [log] [blame]
<html>
<body>
Reports calls to <b>divide()</b> or <b>setScale()</b> without a rounding mode argument.
Such calls can lead to an <b>ArithmeticException</b> when the exact value cannot be represented in the result
(e.g. because it has a non-terminating decimal expansion).
Specifying a rounding mode prevents the <b>ArithmeticException</b>.
<!-- tooltip end -->
<p>
<small>New in 14</small>
</body>
</html>