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

Commit

Permalink
v 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-zobel committed Apr 7, 2021
1 parent 03c785b commit a9769b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
[![Total alerts](https://img.shields.io/lgtm/alerts/g/stefan-zobel/speedy-math.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/stefan-zobel/speedy-math/alerts/)
[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/stefan-zobel/speedy-math.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/stefan-zobel/speedy-math/context:java)
[![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
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>speedy-math</artifactId>
<version>1.0.0</version>
</dependency>
```

0 comments on commit a9769b2

Please sign in to comment.