I would like to perform a numeric differentiation in C++. For type safety, I’d like to use boost::units to avoid mixing units but also boost::units::absolute to avoid mixing relative and absolute units. A minimal example is to calculate the velocity as a function of the change in position divided by the change in time: vRead more