Thread: check this out

  1. #1
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743

    Cool check this out

    http://www.sunlightd.com/m-math/Recurring.htm

    Looks like he still remembers that old thread too....
    My Website

    "Circular logic is good because it is."

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    What thread? A link would be nice if possible.

    Also, what does it say? I don't want to download that whatever math thing b/c my comp is slow enough as it is.
    Last edited by golfinguy4; 04-20-2002 at 06:57 PM.

  3. #3
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    i've downloaded the math thing, and it doesn't seem bulky. (then again, in windows...)

    here's basically what it says:
    where E is the weird symbol for infinty and stuff... i haven't taken calculus so i don't know what its name is

    Proof that 0.9 recurring equals 1
    1-.9 = 10 ^ -1
    1-.99 = 10 ^ -2
    1 - .99999 = 10 ^-5


    Code:
        x
    1 - E (9 x 10 ^ -x) = 10 ^ -x
       i=1
    However:
    Code:
    lim x->infinity {10 ^ -x } = 1/(ln 10) * lim x->infinity { e^-x} = 0
                                     x
    therefore  lim x-> infinity { 1- E (9 x 10 ^ -i)} = 0
                                    i=1
    Last edited by ygfperson; 04-20-2002 at 07:41 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. BN_CLICKED, change button style
    By bennyandthejets in forum Windows Programming
    Replies: 13
    Last Post: 07-05-2010, 11:42 PM
  2. how to check input is decimal or not?
    By kalamram in forum C Programming
    Replies: 3
    Last Post: 08-31-2007, 07:07 PM
  3. Please check this loop
    By Daesom in forum C++ Programming
    Replies: 13
    Last Post: 11-02-2006, 01:52 AM
  4. A way to check for Win98 or WinXP
    By Shadow in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 10-31-2002, 11:06 AM
  5. how to check for end of line in a text file
    By anooj123 in forum C++ Programming
    Replies: 6
    Last Post: 10-24-2002, 11:21 PM