/// approximatelyZero(value) if (argument0 > -0.1 && argument0 < 0.1) { return 1; } else return 0;