Tech News
← Back to articles

Decimal-Java is a library to convert java.math.BigDecimal to and from IEEE-754r

read original related products more articles

Decimal-java is a library to convert java.math.BigDecimal to and from IEEE-754r (IEEE-754-2008) decimal byte representations.

Maven

Get decimal-java from Maven:

< dependency > < groupId >org.firebirdsql < artifactId >decimal-java < version >2.0.1

License

This library is licensed under the MIT license, see also LICENSE.md.

Status

The API is stable and is not expected to change.

Version 2.0.0 and higher require Java 17 or higher and is modularized with module name org.firebirdsql.decimal . Version 1.0.2 requires Java 7 or higher, and declares the automatic module name org.firebirdsql.decimal .

Goals

... continue reading