package
1.7.17
Repository: https://github.com/lasthyphen/beacongo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# 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.
Min returns the minimum 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.