Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Abs ¶ added in v1.10.0
func Abs[T Number](a T) T
Abs returns the absolute value of the input number.
func WithinRange ¶ added in v1.13.0
WithinRange returns true if v is within [target-margin, target+margin].
Types ¶
type Integer ¶
type Integer interface { SignedInteger | UnsignedInteger }
Click to show internal directories.
Click to hide internal directories.