package
0.0.0-20210916235445-ea0e61cfc9b4
Repository: https://github.com/lasthyphen/paaro.git
Documentation: pkg.go.dev
# Functions
Add64 returns: 1) a + b 2) If there is overflow, an error.
No description provided by the author
Max64 returns the maximum of the values provided.
Min64 returns the minimum of the values provided.
Mul64 returns: 1) a * b 2) If there is overflow, an error.
No description provided by the author
No description provided by the author
Sub64 returns: 1) a - b 2) If there is underflow, an error.
# Interfaces
Averager tracks a continuous time exponential moving average of the provided values.