package
3.3.0+incompatible
Repository: https://github.com/google/agi.git
Documentation: pkg.go.dev

# Functions

Log10 returns the log10(i), rounded down to a whole integer.
Max returns the maximum value of a and b.
MaxOf returns the maximum value of all the arguments.
Min returns the minimum value of a and b.
MinOf returns the minimum value of all the arguments.

# Structs

HistogramStats stores the result of computing statistics on a Histogram.

# Type aliases

Histogram represents a series of integer values, for the purpose of computing statistics about them.