https://github.com/zanderlewis/hyperconstants
https://github.com/zanderlewis/hyperconstants
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zanderlewis/hyperconstants
- Owner: zanderlewis
- Created: 2025-05-08T22:03:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-08T22:45:31.000Z (about 1 year ago)
- Last Synced: 2025-05-08T23:28:00.613Z (about 1 year ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.