It uses rounded down to 2 decimals for the displayed amount and round4 on the original value for the tooltip. The actual value is "2.319999933242798". Would you prefer that instead of round4, that it does no rounding at all and instead shows "2.319999933242798" ? Contributor williamstein com...
I am currently trying to solve a programming problem on this site, and the problem includes working on a 100 digits of decimal places of a certain irrational number. I tried using BigDecimal class but it displays, correctly me if I am wrong, just 20+ decimal digits. Is there other way t...