decimal-java: Java library to encode and decode IEEE-754 decimals
Summary
Decimal-java is a Java library to convert between java.math.BigDecimal and IEEE-754r decimal representations (decimal32, decimal64, decimal128). The project includes usage examples, explains overflow handling, and was motivated by Firebird 4.0's DECFLOAT support in Jaybird; it is MIT licensed and actively maintained on GitHub.