modulepackage
0.0.0-20200625090207-005222f37062
Repository: https://github.com/microgolang/bigson.git
Documentation: pkg.go.dev
# Functions
Cmp compare x and y and resolve -1 if x < y || 0 if x == y || +1 if x > y.
New create a new BigInt from a big.Int.
NewBigFloat create a new BigFloat from a big.Float.
NewFloat create a new BigFloat from a int.
NewInt create a new BigInt from a int.
SetString create a new BigInt from a string.
SetUint64 create a new BigInt from a uint64.
Sub returns the sub of old - new.
Sum returns the sum of old + new.