Skip to content

Commit 4c86c7f

Browse files
committed
Implement fixed point LongDecimal, re #4
1 parent ec6ebe7 commit 4c86c7f

File tree

3 files changed

+1172
-0
lines changed

3 files changed

+1172
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
Supplementary extensions to the java.math package.
3232
</description>
3333
<dependencies>
34+
<dependency>
35+
<groupId>org.libj</groupId>
36+
<artifactId>lang</artifactId>
37+
<version>0.8.0-SNAPSHOT</version>
38+
</dependency>
3439
<dependency>
3540
<groupId>ch.obermuhlner</groupId>
3641
<artifactId>big-math</artifactId>

0 commit comments

Comments
 (0)