Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddInt ¶
AddInt returns a+b unless either operand is negative or the result would overflow int.
func MultiplyInt ¶
MultiplyInt returns a*b unless either operand is negative or the result would overflow int.
func MultiplyInt64 ¶
MultiplyInt64 returns a*b unless either operand is negative or the result would overflow int64.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.