Value NaN of a variable

NaN means “Not a Number”

println(0.0/0.0);
println(sqrt(-1));

why not show the code what produces it?

2 Likes