# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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.