decimal

package
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2024 License: GPL-3.0, GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromJSON

func FromJSON(b []byte, precision dec.Decimal) (*big.Int, error)

FromJSON unnmarshal JSON string a big.Int with fixed precision

func MustNew

func MustNew(iamount interface{}, precision dec.Decimal) *big.Int

MustNew New variant that panics on error

func New

func New(iamount interface{}, precision dec.Decimal) (*big.Int, error)

New creates a new Decimal from a string|float|int|decimal

func Precision

func Precision(digits int64) dec.Decimal

Precision creates precision constant required for decimal type

func String

func String(value *big.Int, precision dec.Decimal) string

String returns big.Int string representation as a number with fixed decimals

func ToJSON

func ToJSON(value *big.Int, precision dec.Decimal) ([]byte, error)

ToJSON returns json marshalling as decimal number

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL