unsure library

Support for doing uncertain computation.

Classes

Calculation
Confidence
Formatter
This class will figure out the best way to format a set of numbers so that they are not overly specific (1000 and 2000 become 1K and 2K) and that they still maintain their differences (1000.1 and 1001.1 become 1000 and 1001).
FormulaParser
Range
Result

Typedefs

Formula = double Function()
A function that can be called repeatedly and it returns a number.