473,386 Members | 2,042 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

-1.#IND

Hello!

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

Erich
Jul 19 '05 #1
2 53631
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.
"Erich Reisenhofer" <er***************@gmx.at> wrote in message
news:3f***********************@aconews.univie.ac.a t...
Hello!

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

Erich

Jul 19 '05 #2
In article <3f***********************@aconews.univie.ac.at> ,
er***************@gmx.at says...
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.

--
Later,
Jerry.

The universe is a figment of its own imagination.
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: jeghers | last post by:
i have a page where info can be inserted in a form that consists of some textarea and some textfield. but when i get to the page, i want the last inserted info, which is saved in a database, to...
1
by: TomD | last post by:
I'm unloading a Table that has two columns that allow nulls. One column is null, the other is not. I have the following questions on the output that I am seeing in the unloaded file.... 1) The...
0
by: nivedita | last post by:
Hi I am trying to create a trigger which will have 2 insert statements in triggered body between begin atomic and end separated by ;but i am getting a sql code -104 could some one help. Thanks ...
3
by: floofy | last post by:
Hello all! First I would like to thank all of those who helped me regarding my first assignment...I'm much better with my semicolons now. A couple assignments later...I'm having problems again....
1
by: den | last post by:
in a variable I can to have more strings some time this type /b/c/d/zz/aaa/copy.gif other this /b/c/d/e/f/g/h/xxx/j/cas.gif I would like to control if in the string there is this substring:...
52
by: Nomad.C | last post by:
Hi I've been thinking of learning Fortran as number crunching kinda language for my Physics degree......but then looking around the internet, people are saying that the libraries/ Algorithms once...
3
by: ocmeng | last post by:
Dear All, I am kinda new to Oracle and need to work on a stored proc to update some data. However, I am getting compilation error for the following stored proc and got no idea on how to resolve...
2
by: manoj tambe | last post by:
what is the answer of these question please send me error answer.
7
by: pcauchon | last post by:
When I try to run this code on my machine (iMac with MacOS 10.5), I get very strange results. I am using this compiler: i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) The first...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.