L
Lightmage
Hello all,
I am using C++ to convert a certain file into an XML file. During the
conversion the program does some arithmetic operations on the
information that is then outputted in xml format. The information is
a double variable.
Usually the output is exactly what it should be, but every so often
the output is "-1.#J".
"-1.#I" (thats an i) means the value is infinite right?
So does anyone know what "-1.#J" means?
Is there some site that has all different types of obscure outputs?
As soon as I know what the "J" means I will know what to look for in
my code and should be able to fix it.
TYVM!
~Lightmage
I am using C++ to convert a certain file into an XML file. During the
conversion the program does some arithmetic operations on the
information that is then outputted in xml format. The information is
a double variable.
Usually the output is exactly what it should be, but every so often
the output is "-1.#J".
"-1.#I" (thats an i) means the value is infinite right?
So does anyone know what "-1.#J" means?
Is there some site that has all different types of obscure outputs?
As soon as I know what the "J" means I will know what to look for in
my code and should be able to fix it.
TYVM!
~Lightmage