Documentation ¶
Index ¶
- Constants
- func Abs[T constraints.Signed](n T) T
- func DecodeProcessID(num, base int64) (int64, int64)
- func EncodeProcessID(num1, base, num2 int64) (int64, error)
- func IsZero(d *gxbig.Decimal) bool
- func Max[T Number](a, b T) T
- func Min[T Number](a, b T) T
- func ToDecimal(value interface{}) *gxbig.Decimal
- type Number
Constants ¶
View Source
const DefaultBase = 16
Variables ¶
This section is empty.
Functions ¶
func DecodeProcessID ¶
func EncodeProcessID ¶
Types ¶
type Number ¶
type Number interface { constraints.Integer | constraints.Float }
Click to show internal directories.
Click to hide internal directories.