# Functions
BinaryRoot finds a root between given bounds by binary search.
DecimalPlaces iterates to a fixed number of decimal places.
FullPrecison iterates to (nearly) the full precision of a float64.
# Type aliases
BetterFunc is a convience type definition.
RootFunc is a convience type definition.