averager template [h, cpp]
Tracks values of the template type for a specified number
of historical entries. The averager can keep a running average over
all values seen or over just the recent-most values.
float_plus template [h]
A floating point object that provides a notion of near-equality.
This is useful for floating point numbers since rounding errors can lead
to numbers not being exactly equal, but still very very close.
|