A library of common math functions and constants for golang math/big.
Mathematical Constants
Mathematical Functions
This project was started because we needed mathematical constants with arbitrary precision. The functions are implemented with the intention of being readable, understandable, and correct rather than fast. Implementations of faster algorithms are planned in the future.
If you've found a bug, open an issue. If you'd like to contribute a new function or have a more efficient implementation of an existing function, feel free to submit a pull request.