iriscouch / bigdecimal.js

Arbitrary-precision Javascript BigInteger and BigDecimal real numbers
Apache License 2.0
243 stars 25 forks source link

Does this support the modulus operation? #14

Open trusktr opened 11 years ago

trusktr commented 11 years ago

For example, a%b?

dkillebrew commented 10 years ago

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'