Open trusktr opened 11 years ago
For example, a%b?
a%b
You should look at the documentation before opening an issue. http://docs.oracle.com/javase/1.5.0/docs/api/java/math/BigDecimal.html Search for 'modulo' or 'remainder'
For example,
a%b
?