forked from mpusz/mp-units
For some specific mathematical types different type might be returned from division, mulitplication, substraction, etc. std::common_type<> does not have an information which operation is being performed. It is much better to just get the actual result of specific operation.