//
pkg.gl
Category
github.com/google/agi
core
math
sint
package
3.3.0+incompatible
Repository:
https://github.com/google/agi.git
Documentation:
pkg.go.dev
Versions
3
Dependencies
2
Dependents
0
Files
120 SLOC
#
Functions
Abs
AlignUp
Byte
Clamp
Log10
Log10 returns the log10(i), rounded down to a whole integer.
Max
Max returns the maximum value of a and b.
MaxOf
MaxOf returns the maximum value of all the arguments.
Min
Min returns the minimum value of a and b.
MinOf
MinOf returns the minimum value of all the arguments.
#
Structs
HistogramStats
HistogramStats stores the result of computing statistics on a Histogram.
#
Type aliases
Histogram
Histogram represents a series of integer values, for the purpose of computing statistics about them.