License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.jafama |
ArtifactId | ArtifactIdjafama |
Last Version | Last Version2.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Fast Math
A (Strict)FastMath class with 1e-15ish accuracy.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jafama-2.3.2.pom | |
jafama-2.3.2-sources.jar | 161 KB |
jafama-2.3.2-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jafama/jafama/ -->
<dependency>
<groupId>net.jafama</groupId>
<artifactId>jafama</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.jafama/jafama/
implementation 'net.jafama:jafama:2.3.2'
// https://jarcasting.com/artifacts/net.jafama/jafama/
implementation ("net.jafama:jafama:2.3.2")
'net.jafama:jafama:jar:2.3.2'
<dependency org="net.jafama" name="jafama" rev="2.3.2">
<artifact name="jafama" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jafama', module='jafama', version='2.3.2')
)
libraryDependencies += "net.jafama" % "jafama" % "2.3.2"
[net.jafama/jafama "2.3.2"]