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.

Лицензия

Лицензия

Группа

Группа

com.github.peteroupc
Идентификатор

Идентификатор

numbers
Последняя версия

Последняя версия

1.8.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/peteroupc/Numbers-Java
Система контроля версий

Система контроля версий

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

Скачать numbers

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
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