Download numbers-0.4.0.jar file - Jar n

Jar examples for n:numbers

Description

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.4.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add numbers-0.4.0.jar to your project.

<dependency>
   <groupId>com.github.peteroupc</groupId>
   <artifactId>numbers</artifactId>
   <version>0.4.0</version>
</dependency>
compile group: 'com.github.peteroupc', name: 'numbers', version: '0.4.0'
libraryDependencies += "com.github.peteroupc" % "numbers" % "0.4.0"
<dependency org="com.github.peteroupc" name="numbers" rev="0.4.0"/>
@Grapes(@Grab(group='com.github.peteroupc', module='numbers', version='0.4.0'))
'com.github.peteroupc:numbers:jar:0.4.0'

Download

Click the following link to download the jar file.

numbers-0.4.0-javadoc.jar
numbers-0.4.0-sources.jar
numbers-0.4.0.jar
numbers-0.4.0.pom



Related Tutorials