Documentation
¶
Index ¶
- func Abs[T constraints.Signed](v T) T
- func Ceil[T constraints.Float](x T) int64
- func Floor[T constraints.Float](x T) int64
- func IsInf[FT ~float32 | ~float64, ST constraints.Signed](f FT, sign ST) bool
- func IsNaN[T constraints.Float](x T) bool
- func Max[T constraints.Ordered](val1 T, vals ...T) T
- func Min[T constraints.Ordered](val1 T, vals ...T) T
- func Pow[BaseType constraints.Simple, ExpType constraints.Integer](base BaseType, exp ExpType) float64
- func PowInt[BaseType constraints.Integer, ExpType constraints.Integer](base BaseType, exp ExpType) BaseType
- func Round[T constraints.Float](x T) int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Abs ¶
func Abs[T constraints.Signed](v T) T
Abs is a generic function for finding the absolute value
func Ceil ¶
func Ceil[T constraints.Float](x T) int64
func Floor ¶
func Floor[T constraints.Float](x T) int64
func IsNaN ¶
func IsNaN[T constraints.Float](x T) bool
func Max ¶
func Max[T constraints.Ordered](val1 T, vals ...T) T
func Min ¶
func Min[T constraints.Ordered](val1 T, vals ...T) T
func Pow ¶
func Pow[BaseType constraints.Simple, ExpType constraints.Integer](base BaseType, exp ExpType) float64
func PowInt ¶
func PowInt[BaseType constraints.Integer, ExpType constraints.Integer](base BaseType, exp ExpType) BaseType
func Round ¶
func Round[T constraints.Float](x T) int64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.