math

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package math contains a collection of helpful generic functions helping with mathematical problems. It is currently not part of the public interface and must be consider as highly instable.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Max

func Max[T constraints.Ordered](args ...T) T

Max returns the maximal argument of the given arguments.

func Min

func Min[T constraints.Ordered](args ...T) T

Min returns the minimal argument of the given arguments.

Types

This section is empty.

Jump to

Keyboard shortcuts

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