| To: | REALbasic NUG <realbasic-nug at lists dot realsoftware dot com> |
|---|---|
| Subject: | Re: Strange "number" in a double array |
| From: | Andrew Keller <andrew at kellerfarm dot com> |
| Date: | Sun, 30 Jan 2005 20:33:54 -0500 |
| Delivered-to: | realbasic-nug at lists dot realsoftware dot com |
| References: | <404c9d5ac7483ee62b1e1533d45abd2a at kellerfarm dot com> <a06200702be22b8662c57 at [10 dot 10 dot 13 dot 4]> |
I have a two dimensional array of doubles, and I'm trying to do some math in it and am having some trouble. Through some debugging, I found that some of the cells have the value NAN(000) . What does this mean?It means "Not A Number". It's the result of a variety of invalid math operations, such as 0/0. It appears that 0 / 1 returns NAN(000) . Is this supposed to happen? It should return 0. Andrew Keller _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Very Odd Classic Bug, rb |
|---|---|
| Next by Date: | Re: Strange "number" in a double array, Jonathan Johnson |
| Previous by Thread: | Re: Strange "number" in a double array, Joseph J. Strout |
| Next by Thread: | Re: Strange "number" in a double array, Jonathan Johnson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |