-1.#IND

  • Thread starter Erich Reisenhofer
  • Start date
E

Erich Reisenhofer

Hello!

Which operatiaon causes -1.#IND ? I use complex numbers. Thank you!

Erich
 
M

Moonlit

Hi,

I believe it is an infiinite number (you might have done a divide by zero
and interrupts turned off). I think you can find it in the manuals at intel
for the processor you are using (the floating parts).

Regards, Ron AF Greve.
 
J

Jerry Coffin

Hello!

Which operatiaon causes -1.#IND ? I use complex numbers. Thank you!

That's how Microsoft's compilers print out a Quiet NaN (Not a Number).
It's typically the result of working with a variable that hasn't been
initialized (the IND stands for "indefinite" if I'm not mistaken).

Another post mentioned infinity. At least with MS's compilers, a
infinity will print out as -1.#INF. This is typically produced by a
division that produces a result too large to represent, such as
something like 1e+300/1e-300. With infinite range available, this would
produce 1e+600, but a double normally tops out at around 1e+308.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top