stefan-zobel / speedy-math

Faster Java implementations of hypot, expm1, cos, sinh, cosh, tanh, asin, acos, atan and atan2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeQL Maven Central javadoc.io

speedy-math

Faster Java implementations of hypot, expm1, cos, sinh, cosh, tanh, asin, acos, atan and atan2

Maven:

<dependency>
    <groupId>net.sourceforge.streamsupport</groupId>
    <artifactId>speedy-math</artifactId>
    <version>1.0.0</version>
</dependency>

About

Faster Java implementations of hypot, expm1, cos, sinh, cosh, tanh, asin, acos, atan and atan2

License:Apache License 2.0


Languages

Language:Java 100.0%