Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 800 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 800 Bytes

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>