by HOWYATOMMY September 26, 2014

Big D or BigDecimal is a Class of the java.math package.
By internally storing decimals as String, the BigDecimal covers the precision issue of doubles.
By internally storing decimals as String, the BigDecimal covers the precision issue of doubles.
Program: System.out.println(0.03 - 0.02); -> 0.0999999999999999
Programmer: Oh shit! It's time for the Big D!!
Programmer: Oh shit! It's time for the Big D!!
by f0a677 March 6, 2018

by piggygoesoink July 25, 2021

by ac99uk May 24, 2018

by LingDanc803 November 15, 2023
