Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int32Max ¶
Int32Max returns the maximum of the params. Deprecated: for new code, use the max() builtin instead.
func Int32Min ¶
Int32Min returns the minimum of the params. Deprecated: for new code, use the min() builtin instead.
func Int64Max ¶
Int64Max returns the maximum of the params. Deprecated: for new code, use the max() builtin instead.
func Int64Min ¶
Int64Min returns the minimum of the params. Deprecated: for new code, use the min() builtin instead.
func IntMax ¶
IntMax returns the maximum of the params. Deprecated: for new code, use the max() builtin instead.
func IntMin ¶
IntMin returns the minimum of the params. Deprecated: for new code, use the min() builtin instead.
func RoundToInt32 ¶
RoundToInt32 rounds floats into integer numbers. Deprecated: use math.Round() and a cast directly.
Types ¶
This section is empty.