I need to implement numerical differentiation in c++. I have a base class that sets the stepsize h to a certain input or a default value.
class Derivative {