What is this?
This is the math module of bigtoolbox. Believe it or not, this is the most polished of the modules. It contains a collection of math related functions. Many of which I used to complete Project Euler challenges.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.incplusplus |
| Идентификатор | Идентификаторbigtoolbox-math |
| Последняя версия | Последняя версия1.0.102 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеBig Tool Box: Math
The math module of bigtoolbox
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bigtoolbox-math-1.0.102.pom | |
| bigtoolbox-math-1.0.102.jar | 20 KB |
| bigtoolbox-math-1.0.102-sources.jar | 15 KB |
| bigtoolbox-math-1.0.102-javadoc.jar | 469 KB |
| bigtoolbox-math-1.0.102-javadoc-resources.jar | 680 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.incplusplus/bigtoolbox-math/ -->
<dependency>
<groupId>io.github.incplusplus</groupId>
<artifactId>bigtoolbox-math</artifactId>
<version>1.0.102</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.incplusplus/bigtoolbox-math/
implementation 'io.github.incplusplus:bigtoolbox-math:1.0.102'
// https://jarcasting.com/artifacts/io.github.incplusplus/bigtoolbox-math/
implementation ("io.github.incplusplus:bigtoolbox-math:1.0.102")
'io.github.incplusplus:bigtoolbox-math:jar:1.0.102'
<dependency org="io.github.incplusplus" name="bigtoolbox-math" rev="1.0.102">
<artifact name="bigtoolbox-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.incplusplus', module='bigtoolbox-math', version='1.0.102')
)
libraryDependencies += "io.github.incplusplus" % "bigtoolbox-math" % "1.0.102"
[io.github.incplusplus/bigtoolbox-math "1.0.102"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.obermuhlner : big-math | jar | 2.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.4.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |
| org.junit.platform : junit-platform-commons | jar | 1.4.0 |
| org.apiguardian : apiguardian-api | jar | 1.0.0 |
| org.opentest4j : opentest4j | jar | 1.1.1 |
This is the math module of bigtoolbox. Believe it or not, this is the most polished of the modules. It contains a collection of math related functions. Many of which I used to complete Project Euler challenges.