what dose this float value mean ( -1.#IND0 )

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Car

    what dose this float value mean ( -1.#IND0 )

    what dose this float value mean?

    The value is:

    -1.#IND0
  • Mark Bluemel

    #2
    Re: what dose this float value mean ( -1.#IND0 )

    Car wrote:
    what dose this float value mean?
    >
    The value is:
    >
    -1.#IND0
    That doesn't look much like C to me.

    More context would be helpful - where did you see it? Can
    you show us a snippet of code with this in?

    Comment

    • Richard Tobin

      #3
      Re: what dose this float value mean ( -1.#IND0 )

      In article <b873bae0-2e32-4ced-a82d-5399f7abc0c9@62 g2000hsn.google groups.com>,
      Car <B1FABECE@gmail .comwrote:
      >what dose this float value mean?
      >
      >The value is:
      >
      >-1.#IND0
      It's probably what your system prints for some kind of NaN ("not a
      number"); the "IND" means indefinite. You probably did something like
      dividing zero by zero.

      -- Richard
      --
      :wq

      Comment

      • Richard Bos

        #4
        Re: what dose this float value mean ( -1.#IND0 )

        Mark Bluemel <mark_bluemel@p obox.comwrote:
        Car wrote:
        what dose this float value mean?

        The value is:

        -1.#IND0
        >
        That doesn't look much like C to me.
        >
        More context would be helpful - where did you see it? Can
        you show us a snippet of code with this in?
        It's not code, it's output. It's a common format for the output of a
        float of indeterminate value.

        Richard

        Comment

        Working...