
Fast fixed-point arithmetic library supports up to 18 decimal places using longs. Features efficient type conversion, scale management, exception handling for overflows, and zero-garbage computations.
Kotlin multiplatform library for fast fixed-point arithmetic based on longs with support for up to 18 decimal places. Ported for the library decimal4j
MutableDecimal implementation for chained operationsDecimalArithmetic API for zero-garbage computations (with unscaled long values)<dependency>
<groupId>org.sundayapp</groupId>
<artifactId>decimal4kmp</artifactId>
<version>0.1.1</version>
<scope>compile</scope>
</dependency>compile 'org.sundayapp:decimal4kmp:0.1.1'
Kotlin multiplatform library for fast fixed-point arithmetic based on longs with support for up to 18 decimal places. Ported for the library decimal4j
MutableDecimal implementation for chained operationsDecimalArithmetic API for zero-garbage computations (with unscaled long values)<dependency>
<groupId>org.sundayapp</groupId>
<artifactId>decimal4kmp</artifactId>
<version>0.1.1</version>
<scope>compile</scope>
</dependency>compile 'org.sundayapp:decimal4kmp:0.1.1'