I have a program that tries to shrink a double down to a desired number. The output I get is NaN.
double
NaN
What does NaN mean in Java?<
Not a Java guy, but in JS and other languages I use it's "Not a Number", meaning some operation caused it to become not a valid number.