const isNegativeZero = val => val === 0 && 1 / val === -Infinity;