Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Java

2 items on 14 Jun 2026
Java

double, BigDecimal, or Fixed-Point?

There is an evergreen debate in the Java world: should you always use BigDecimal for money? The short answer is no. The real answer is: it depends on your computational context: the precision you need, the rounding…

Source: A Java geek