Answers for "if (is nan) verification"

5

python test is nan

math.isnan(n)
Posted by: Guest on July-05-2020
1

check if var is NaN

let b=1
let n=readline()
if(isNaN(b)){
  console.log("You typed 0!")
}else{
  console.log("You did not type 0!")
}
Posted by: Guest on April-23-2020

Python Answers by Framework

Browse Popular Code Answers by Language