Expand description
Utility functions for arbitrary precision arithmetic
Functions§
- binomial
- Compute binomial coefficient using arbitrary precision
- e
- Compute e to specified precision
- factorial
- Compute factorial using arbitrary precision
- golden_
ratio - Compute golden ratio to specified precision
- is_
probably_ prime - Check if a large integer is probably prime
- ln2
- Compute ln(2) to specified precision
- pi
- Compute π to specified precision
- sqrt2
- Compute sqrt(2) to specified precision