Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefan-zobel/speedy-math

Faster Java implementations of hypot, expm1, cos, sinh, cosh, tanh, asin, acos, atan and atan2
https://github.com/stefan-zobel/speedy-math

acos asin atan atan2 cos cosh expm1 fastmath java tanh

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

[![CodeQL](https://github.com/stefan-zobel/speedy-math/actions/workflows/codeql.yml/badge.svg)](https://github.com/stefan-zobel/speedy-math/actions/workflows/codeql.yml)
[![Maven Central](https://img.shields.io/maven-central/v/net.sourceforge.streamsupport/speedy-math.svg)](http://mvnrepository.com/artifact/net.sourceforge.streamsupport/speedy-math)
[![javadoc.io](https://javadoc.io/badge2/net.sourceforge.streamsupport/speedy-math/javadoc.svg)](https://javadoc.io/doc/net.sourceforge.streamsupport/speedy-math)

# speedy-math

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

### Maven:

```xml

net.sourceforge.streamsupport
speedy-math
1.0.0

```