mathx

package
v0.0.95 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BytesToMB added in v0.0.94

func BytesToMB(bytes int) float64

BytesToMB converts bytes to megabytes.

func Clamp

func Clamp[N Number](x, min, max N) N

Clamp returns the value of x clamped to the range [min, max].

Types

type Number

type Number interface {
	int | int8 | int16 | int32 | int64 |
		float32 | float64 |
		uint | uint8 | uint16 | uint32 | uint64
}

Jump to

Keyboard shortcuts

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