UNUM_MAX_DECIMAL
return num <= UNUM_MAX_DECIMAL;
case U64: return (u64)x <= UNUM_MAX_DECIMAL;
case U32: return (u32)x <= UNUM_MAX_DECIMAL;