Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Max ¶
func Max[N constraintsext.Number](x, y N) N
Max returns the larger value.
NOTE: this function does not check for difference in floats of 0/zero vs -0/negative zero using Signbit.
func Min ¶
func Min[N constraintsext.Number](x, y N) N
Min returns the smaller value.
NOTE: this function does not check for difference in floats of 0/zero vs -0/negative zero using Signbit.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.