Documentation ¶
Index ¶
- Variables
- func FloorDiv(x, y int64) int64
- func FloorDivBigInt(x, y *big.Int) *big.Int
- func Fraction(value, numerator, denominator int64) (int64, error)
- func Log(base, exponent int64, baseScale, exponentScale, resultScale int, ...) (int64, error)
- func LogBigInt(base, exponent *big.Int, baseScale, exponentScale, resultScale int, ...) (*big.Int, error)
- func ModDivision(x, y int64) int64
- func PowBigInt(base, exponent *big.Int, baseScale, exponentScale, resultScale int, ...) (*big.Int, error)
- func PowV1(base, exponent int64, baseScale, exponentScale, resultScale int, ...) (int64, error)
- func PowV2(base, exponent int64, baseScale, exponentScale, resultScale int, ...) (int64, error)
- func Sqrt(number int64, numberScale, resultScale int, mode decimal.RoundingMode) (int64, error)
- func SqrtBigInt(number *big.Int, numberScale, resultScale int, mode decimal.RoundingMode) (*big.Int, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( OneBigInt = big.NewInt(1) MinBigInt = minBigInt() MaxBigInt = maxBigInt() )
Functions ¶
func ModDivision ¶
func SqrtBigInt ¶ added in v0.10.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.