Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MaxInt presents the maximum number of Int MaxInt = mathutil.MaxInt // MinInt presents the minimum number of Int MinInt = mathutil.MinInt )
Variables ¶
View Source
var Max = mathutil.Max
Max returns the larger of a and b.
View Source
var MaxInt64 = mathutil.MaxInt64
MaxInt64 returns the larger of a and b.
View Source
var MaxInt8 = mathutil.MaxInt8
MaxInt8 returns the larger of a and b.
View Source
var MaxUint32 = mathutil.MaxUint32
MaxUint32 returns the larger of a and b.
View Source
var MaxUint64 = mathutil.MaxUint64
MaxUint64 returns the larger of a and b.
View Source
var Min = mathutil.Min
Min returns the smaller of a and b.
View Source
var MinInt64 = mathutil.MinInt64
MinInt64 returns the smaller of a and b.
View Source
var MinInt8 = mathutil.MinInt8
MinInt8 returns the smaller of a and b.
View Source
var MinUint32 = mathutil.MinUint32
MinUint32 returns the smaller of a and b.
View Source
var MinUint64 = mathutil.MinUint64
MinUint64 returns the smaller of a and b.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.