| <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> |