# 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.