#IND?

Monkey Forums/Monkey Programming/#IND?

Sammy(Posted 2013) [#1]
When debugging some of my float vars to the console I get this kind of output.

JX,JY=-1.#IND,-1.#IND


Any idea what "#IND" represents?


Soap(Posted 2013) [#2]
http://www.johndcook.com/IEEE_exceptions_in_cpp.html


Sammy(Posted 2013) [#3]
Ah, thanks for the help Soap, a divide by zero is hiding in the code somewhere I believe.