Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stefan-zobel/speedy-math
- Owner: stefan-zobel
- License: apache-2.0
- Created: 2021-02-04T18:31:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T13:22:01.000Z (about 2 years ago)
- Last Synced: 2023-07-28T10:28:59.007Z (over 1 year ago)
- Topics: acos, asin, atan, atan2, cos, cosh, expm1, fastmath, java, tanh
- Language: Java
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```