# Functions
FromBigInt will convert a big.Int to a Num, if the value in v has a BitLen > 128, this will panic.
FromI64 returns a new signed 128-bit integer value from the provided int64 one.
FromU64 returns a new signed 128-bit integer value from the provided uint64 one.
New returns a new signed 128-bit integer value.
# Variables
No description provided by the author