Documentation
¶
Index ¶
- func DivCeil(dividend, divisor int) (result int)
- func DivRound(dividend, divisor int) (result int)
- func MaxByte(nums ...byte) byte
- func MaxFloat32(nums ...float32) float32
- func MaxFloat64(nums ...float64) float64
- func MaxInt(nums ...int) int
- func MaxInt16(nums ...int16) int16
- func MaxInt32(nums ...int32) int32
- func MaxInt64(nums ...int64) int64
- func MaxInt8(nums ...int8) int8
- func MaxUint16(nums ...uint16) uint16
- func MaxUint32(nums ...uint32) uint32
- func MaxUint64(nums ...uint64) uint64
- func MaxUint8(nums ...uint8) uint8
- func MinByte(nums ...byte) byte
- func MinFloat32(nums ...float32) float32
- func MinFloat64(nums ...float64) float64
- func MinInt(nums ...int) int
- func MinInt16(nums ...int16) int16
- func MinInt32(nums ...int32) int32
- func MinInt64(nums ...int64) int64
- func MinInt8(nums ...int8) int8
- func MinUint16(nums ...uint16) uint16
- func MinUint32(nums ...uint32) uint32
- func MinUint64(nums ...uint64) uint64
- func MinUint8(nums ...uint8) uint8
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MaxFloat32 ¶
MaxFloat32 find and return the maximum item from the specified float32
func MaxFloat64 ¶
MaxFloat64 find and return the maximum item from the specified float64
func MinFloat32 ¶
MinFloat32 find and return the minimum item from the specified float32
func MinFloat64 ¶
MinFloat64 find and return the minimum item from the specified float64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.