Searched refs:isNegativeZero (Results 1 – 2 of 2) sorted by relevance
29 PASS isNegativeZero(negativeZero) is true30 PASS isNegativeZero(0) is false49 PASS isNegativeZero(Math.round(0)) is false50 PASS isNegativeZero(Math.round(negativeZero)) is true52 PASS isNegativeZero(Math.round(-0.2)) is true53 PASS isNegativeZero(Math.round(-0.5)) is true70 PASS isNegativeZero(Math.min(negativeZero, 0)) is true75 PASS !isNegativeZero(Math.max(negativeZero, 0)) is true
27 function isNegativeZero(n) function