Sign in
webkit
/
WebKit
/
3ac871cdd7a61919c5b8487846e466c5ef546cf1
/
.
/
JSTests
/
test262
/
test
/
built-ins
/
NaN
/
S15.1.1.1_A1.js
blob: 38d65eb13013ab9aa4d0210684e088c38a46af27 [
file
] [
log
] [
blame
]
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es5id: 15.1.1.1_A1
description: The initial value of NaN is NaN
---*/
assert
(
NaN
!==
NaN
);