Search code examples
Error deserializing a BigDecimal...

javaserializationdeserializationbigdecimal

Read More
Converting big decimal to double without exponential format...

javaandroiddoublebigdecimal

Read More
BigDecimal - MathContext.DECIMAL64 vs MathContext.DECIMAL128...

javabigdecimal

Read More
how to negative bigdecimal's value in android...

androidbigdecimal

Read More
Convert string to BigDecimal and add Comma Delimiter...

javaformatbigdecimal

Read More
Java rounding issue with BigDecimal and calculations...

javaroundingbigdecimalrounding-errorbankers-rounding

Read More
Convert BigDecimal to the opposite of scale = 2...

javabigdecimal

Read More
When is there "data loss" when converting from BigDecimal to Double in Java...

javastringdoubleconvertersbigdecimal

Read More
Summing up BigDecimal in a map of list of objects in Java...

javajava-streambigdecimal

Read More
Grouping and summing using BigDecimal parallelly in java 8...

javajava-streamgroupingbigdecimalcollectors

Read More
BigDecimal failed to set precision of 8 digits during multiplication...

javaprecisionbigdecimal

Read More
BigDecimal.setScale works wrong...

javaandroidroundingbigdecimal

Read More
How to avoid scientific notation in circe JSON serialization...

jsonscalabigdecimalcirce

Read More
Is BigDecimal necessary if no calculations are done with the monetary amount?...

javabigdecimal

Read More
Safe String to BigDecimal conversion...

javaparsingbigdecimal

Read More
DecimalFormat.parse() ignoring exponents...

javaparsingbigdecimal

Read More
Compare BigDecimals List to a specific value and return closest value...

javajava-streambigdecimal

Read More
How get sum and average BigDecimal values in ireport...

javajasper-reportsbigdecimalarithmetic-expressions

Read More
Java 8 BigDecimal multiply method losing precision when being inverted...

javaprecisionbigdecimal

Read More
Error while dividing BigDecimal value : java.lang.ArithmeticException: Non-terminating decimal expan...

javabigdecimal

Read More
Performing arithmetic involving non-terminating BigDecimals...

javaprecisionbigdecimal

Read More
insert BigDecimal to database with vertx-jdbc...

javajdbcbigdecimalvert.x

Read More
Java stream, how to GROUP BY and find product of stream...

javahashmapjava-streambigdecimal

Read More
Sorting number values stored as a BigDecimal type with Spring Data MongoDB in MongoDB...

mongodbsortingbigdecimalspring-data-mongodb

Read More
Scala BigDecimal in a case class and forcing a MathContext...

scalafunctional-programmingbigdecimalcase-class

Read More
Why does new BigDecimal("0.0").stripTrailingZeros() have a scale of 1?...

javabigdecimal

Read More
What is the best way to convert Dollars (Big Decimal) in Cents (Integer) in java?...

javaintegertype-conversionbigdecimal

Read More
Convert time duration (BigDecimal value + time units) to milliseconds long...

javaconverterslong-integerbigdecimalduration

Read More
Removing trailing zeros from BigDecimal in Java...

javabigdecimal

Read More
BigDecimal and Double digit limit?...

javastringfloating-pointprecisionbigdecimal

Read More
BackNext