Numbers are tricky. The numbers can be positive, negative, floating point, large or small etc.
Most likely, it is possible to create an implementation supporting all of that. But is it needed?

So this directory shall contain various implementations providing only subsets of features.
For example, interface defined by vxm_num64.h provides supports for numbers that can only be
positive, non-floating and limited by 64 bits for value.
