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 year 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
- Archived: true
- Created: 2021-02-04T18:31:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T13:22:01.000Z (over 3 years ago)
- Last Synced: 2025-03-05T04:16:48.199Z (about 1 year ago)
- Topics: acos, asin, atan, atan2, cos, cosh, expm1, fastmath, java, tanh
- Language: Java
- Homepage:
- Size: 109 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/stefan-zobel/speedy-math/actions/workflows/codeql.yml)
[](http://mvnrepository.com/artifact/net.sourceforge.streamsupport/speedy-math)
[](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
```