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

https://github.com/zanderlewis/hyperconstants


https://github.com/zanderlewis/hyperconstants

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hyper Constants
Hyper Constants is a Java library providing a set of constants with 8192 digits of precision. This library is designed to be used in scientific computing, cryptography, and other applications where high precision is required. The library includes constants such as pi, e, and the golden ratio.

## Constants
- `PI`: `HyperConstants.PI`
- `E`: `HyperConstants.E`
- `PHI`: `HyperConstants.PHI` **OR** `HyperConstants.GOLDEN_RATIO`
- `TAU`: `HyperConstants.TAU`
- `C`: `HyperConstants.C` (This is not 8192 digits, but a constant for the speed of light in m/s)

## License
This project is licensed under the MIT License.