abs(floatround(value * 100.00) - (floatround(value, floatround_tozero) * 100));
abs(value) { return ((value < 0) ? (-value) : (value)); }