| 组织ID: |
net.jafama |
| 项目ID: |
jafama |
| 版本: |
2.3.1 |
| 最后修改时间: |
2018-08-15 19:48:00 |
| 包类型: |
jar |
| 标题: |
Java Fast Math |
| 描述: |
A (Strict)FastMath class with 1e-15ish accuracy. |
| 相关URL: |
http://sourceforge.net/projects/jafama/ |
| 大小: |
47.89KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>net.jafama</groupId>
<artifactId>jafama</artifactId>
<version>2.3.1</version>
</dependency>
|
| Gradle引入代码: |
net.jafama:jafama:2.3.1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.jafama</groupId>
<artifactId>jafama</artifactId>
<version>2.3.1</version>
<packaging>jar</packaging>
<name>Java Fast Math</name>
<description>A (Strict)FastMath class with 1e-15ish accuracy.</description>
<url>http://sourceforge.net/projects/jafama/</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Jeff Hain</name>
<email>jeffhain@rocketmail.com</email>
</developer>
</developers>
<scm>
<url>http://sourceforge.net/p/jafama/code/ci/master/tree/</url>
</scm>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
net.jafama.CmnFastMath$MyTAsin.class
net.jafama.CmnFastMath$MyTAsinPow.class
net.jafama.CmnFastMath$MyTAtan.class
net.jafama.CmnFastMath$MyTCbrt.class
net.jafama.CmnFastMath$MyTExp.class
net.jafama.CmnFastMath$MyTLog.class
net.jafama.CmnFastMath$MyTSinCos.class
net.jafama.CmnFastMath$MyTSqrt.class
net.jafama.CmnFastMath$MyTTan.class
net.jafama.CmnFastMath$MyTTwoPow.class
net.jafama.CmnFastMath.class
net.jafama.DoubleWrapper.class
net.jafama.FastMath.class
net.jafama.IntWrapper.class
net.jafama.NumbersUtils.class
net.jafama.StrictFastMath.class
|
| 依赖Jar: |
无
|