Documentation
¶
Overview ¶
Package rmath contains mathematical operations, such as sum, min, max, abs, etc...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Max ¶
Max returns the maximum of all passed ints. if no ints are passed, then math.MinInt64 is returned
func Min ¶
Min returns the minimum of all passed ints. if no ints are passed, then math.MaxInt64 is returned
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.