Besonderhede van voorbeeld: -4801771537293814905

Metadata

Data

English[en]
Even if your requirements involve having comparisons between two NaN values evaluate to true , generally it is easier to special-case the NaN checks (using the isNaN method available from previous versions of ECMAScript) than it is to work out how surrounding computations might affect the sign of any zeros you encounter in your comparison.
Korean[ko]
당신의 요구사항이 두 NaN 값 사이의 비교를 true 로 평가함을 포함하더라도, 보통 특별한 경우 NaN 검사가 (이전 버전 ECMAScript에서 이용 가능한 isNaN 메서드를 사용하는) 쉬워집니다, 어떻게 주변 계산이 비교에서 마주치는 모든 0의 부호에 영향을 줄 수 있는지 알아내는 것보다.

History

Your action: