//
pkg.gl
Category
github.com/grafana/loki/v3
pkg
util
math
package
3.4.2
Repository:
https://github.com/grafana/loki.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
0
Dependents
12
Files
30 SLOC
#
Functions
Max
Max returns the maximum of two ints.
Max64
Max64 returns the maximum of two int64s.
Min
Min returns the minimum of two ints.
Min64
Min64 returns the minimum of two int64s.
MinUint32
MinUint32 return the min of a and b.