Results 1 to 16 of 16

Thread: [resolved] True False - Division by zero

Threaded View

  1. #3

    Thread Starter
    Fanatic Member WorkHorse's Avatar
    Join Date
    Jul 2002
    Location
    Where you live.
    Posts
    591
    Return the same value for t no matter what n is, except when n is zero.

    t = the equation of n

    VB Code:
    1. n = 1                                t = 1
    2. n = 0.00000000000001   t = 1
    3. n = 958.54                       t = 1
    4. n = 65487                        t = 1
    5. n = -1                               t = 1
    6. n = -0.6598                      t = 1
    7. n = -9999                         t = 1
    8. n = -456.78                      t = 1
    9. n = 0                                t = 0
    (I can't get the spacing to match up, but you see the point.)
    Last edited by WorkHorse; Dec 4th, 2003 at 12:45 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width