Jar examples for n:numbers
A Java implementation that supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.
You can download jar file numbers 0.3.0 in this page.
Apache License, Version 2.0
You can use the following script to add numbers-0.3.0.jar to your project.
<dependency> <groupId>com.github.peteroupc</groupId> <artifactId>numbers</artifactId> <version>0.3.0</version> </dependency>
compile group: 'com.github.peteroupc', name: 'numbers', version: '0.3.0'
libraryDependencies += "com.github.peteroupc" % "numbers" % "0.3.0"
<dependency org="com.github.peteroupc" name="numbers" rev="0.3.0"/>
@Grapes(@Grab(group='com.github.peteroupc', module='numbers', version='0.3.0'))
'com.github.peteroupc:numbers:jar:0.3.0'
Click the following link to download the jar file.
numbers-0.3.0-javadoc.jar