math

package
v3.3.6 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CastTo

func CastTo[T, F constraints.Integer](from F) T

CastTo casts one integer type to another without bounds checking

func Max

func Max[T constraints.Integer]() T

Max returns maximal value for given integer type

func Min

func Min[T constraints.Integer]() T

Min returns minimal value for given integer type

func MustSafeCastTo

func MustSafeCastTo[T, F constraints.Integer](from F) T

MustSafeCastTo casts one integer type to another with bounds checking and panics in case of overflow

func SafeCastTo

func SafeCastTo[T, F constraints.Integer](from F) (T, error)

CastTo casts one integer type to another with bounds checking and returns error in case of overflow

Types

This section is empty.

Jump to

Keyboard shortcuts

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