Documentation ¶
Index ¶
- func Abs(a *big.Float) *big.Float
- func Add(a, b *big.Float) *big.Float
- func ApplyDecimals(x *big.Float, y int64) (*big.Int, big.Accuracy)
- func Div(a, b *big.Float) *big.Float
- func FromString(x string) (*big.Float, bool)
- func Lesser(x, y *big.Float) bool
- func Mul(a, b *big.Float) *big.Float
- func NewFloat(f float64) *big.Float
- func Pow(a *big.Float, e int64) *big.Float
- func RemoveDecimals(x *big.Int, y int64) *big.Float
- func Root(a *big.Float, n uint64) *big.Float
- func Sub(a, b *big.Float) *big.Float
- func Zero() *big.Float
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.