numbers

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

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 IsInf

func IsInf[FT ~float32 | ~float64, ST constraints.Signed](f FT, sign ST) bool

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL