package mathutils

import "git.mstar.dev/mstar/goutils/math"

Package mathutils contains helper functions for performing common mathematical operations

Index

Functions

func Abs

func Abs[T SignedNumber](num T) T

Types

type SignedNumber

type SignedNumber interface {
	~int | ~int8 | ~int16 | ~int32 | ~int64 | ~float32 | ~float64
}

Source Files

math.go

Version
v1.15.0 (latest)
Published
Jun 6, 2025
Platform
linux/amd64
Last checked
1 hour ago

Tools for package owners.