version_ge = $(strip $(call vge_2,$(subst ., ,$(1)),$(subst ., ,$(2)))) # if a is empty, result is true if b is empty otherwise false. # if b is empty, result is true. # if neither is empty, compare ...
I've got a very high precision numeric that I simply want to round/truncate down to the precision supported by the .Net runtime. (i.e. I am not looking for full support of the PostgreSQL numeric ...