Last Version

Arbitrary-Precision Number Library 1.8.2

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
Version

Version

1.8.2
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 1.8.2


<!-- 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.