Documentation ¶
Overview ¶
Package mathutils provides utilities supplementing the standard 'math' and 'math/rand' packages.
Index ¶
- func EqualFloat64(a, b float64) bool
- func IsInteger(value string) bool
- func IsNatural(value string) bool
- func MaxInt(a, b int) int
- func MaxInt32(a, b int32) int32
- func MaxInt64(a, b int64) int64
- func MinInt(a, b int) int
- func MinInt32(a, b int32) int32
- func MinInt64(a, b int64) int64
- func RandBackoff(initBackoff float64, maxBackoff float64, base float64, exp int) time.Duration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualFloat64 ¶ added in v2.0.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.