Formula typedef

Formula = double Function()

A function that can be called repeatedly and it returns a number.

Implementation

typedef Formula = double Function();