Documentation ¶ Index ¶ func AbsInt(x int) int func MaxInt(a int, b int) int func MaxInt64(a int64, b int64) int64 func MinInt(a int, b int) int func MinInt64(a int64, b int64) int64 func PowInt(x int, y int) int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AbsInt ¶ func AbsInt(x int) int func MaxInt ¶ func MaxInt(a int, b int) int func MaxInt64 ¶ func MaxInt64(a int64, b int64) int64 func MinInt ¶ func MinInt(a int, b int) int func MinInt64 ¶ func MinInt64(a int64, b int64) int64 func PowInt ¶ func PowInt(x int, y int) int PowInt is int type of math.Pow function. Types ¶ This section is empty. Source Files ¶ View all Source files math.go Click to show internal directories. Click to hide internal directories.