BigDecimal is a numeric object type in Java that represents decimal numbers with arbitrary precision.
The .net framework provides in the Math class a method for powering double. But by precision requirement I need to …
c# bigdecimal decimalI want to switch from Java to a scripting language for the Math based modules in my app. This is …
java math scala groovy bigdecimalI thought java.math.BigDecimal is supposed to be The Answer™ to the need of performing infinite precision arithmetic with …
java precision division bigdecimal financialAt work, we found a problem when trying to divide a large number by 1000. This number came from the database. …
java bigdecimalI'm trying to figure out how to round a monetary amount upwards to the nearest 5 cents. The following shows my …
java rounding bigdecimalI have custom DecimalFormat in Edittext's addTextChangedListener method, everything is working perfectly but when I change language (locale) my addTextChangedListener …
java android bigdecimal decimalformatI’m looking for a good arbitrary precision math library in C or C++. Could you please give me some …
c++ c biginteger bigdecimal gmpI'm looking for a C++ class that can do decimal floating point arithmetic. Looking through http://speleotrove.com/decimal/ there …
c++ bigdecimalIn my little project, I need to do something like Math.pow(7777.66, 5555.44) only with VERY big numbers. I came across …
java formula bigdecimal powThe following does not always behave as you would expect: <c:if test="${someBigDecimal == 0}"> If someBigDecimal has a …
java jsp el bigdecimal