//
pkg.gl
Category
github.com/grafana/loki
pkg
util
math
package
2.9.12+incompatible
Repository:
https://github.com/grafana/loki.git
Documentation:
pkg.go.dev
Overview
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.