Ver originalfunction isFloat(n) { return n % 1 != 0;} isFloat(1); // falseisFloat(1.00000000001); // true