Arbitrary-Precision Number Library

A Java library that supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.

License

License

GroupId

GroupId

com.github.peteroupc
ArtifactId

ArtifactId

numbers
Last Version

Last Version

1.8.2
Release Date

Release Date

Type

Type

jar
Description

Description

Arbitrary-Precision Number Library
A Java library that supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.
Project URL

Project URL

https://github.com/peteroupc/Numbers-Java
Source Code Management

Source Code Management

https://github.com/peteroupc/Numbers-Java

Download numbers

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.peteroupc/numbers/ -->
<dependency>
    <groupId>com.github.peteroupc</groupId>
    <artifactId>numbers</artifactId>
    <version>1.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.peteroupc/numbers/
implementation 'com.github.peteroupc:numbers:1.8.2'
// https://jarcasting.com/artifacts/com.github.peteroupc/numbers/
implementation ("com.github.peteroupc:numbers:1.8.2")
'com.github.peteroupc:numbers:jar:1.8.2'
<dependency org="com.github.peteroupc" name="numbers" rev="1.8.2">
  <artifact name="numbers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.peteroupc', module='numbers', version='1.8.2')
)
libraryDependencies += "com.github.peteroupc" % "numbers" % "1.8.2"
[com.github.peteroupc/numbers "1.8.2"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.8.2
1.8.1
1.8.0
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.1
1.6.0
1.5.1
1.5.0
1.4.3
1.4.2
1.4.0
1.3.1
1.3.0
1.2.1
1.2
1.1.1
1.0.2
1.0.0
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0