Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDivideByZero = errors.New("divide by zero error")
ErrDivideByZero is returned when a math operation would cause division by zero
View Source
var ErrMath = errors.New("overflow error")
ErrMath is returned when the result of a decimal math operation could not be converted back to a uint64
View Source
var ErrOverflow = errors.New("overflow error")
ErrOverflow is returned when a math operation would overflow a 64-bit value
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.