Results 1 to 10 of 10

Thread: e

  1. #1

    Thread Starter
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    Lightbulb

    guess what formula generated these numbers?
    1
    3,64872127056092
    7,99206773640384
    14,0418144399428
    21,8027016239999
    31,2771056638052
    42,4663863295263
    55,3713941514819
    69,9926964363127
    86,3306904345108

    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  2. #2
    Guest

    Smile Not really interested but.......

    ......couldn't let a kedaman thread go by without posting to it

  3. #3
    Hyperactive Member Juan Carlos Rey's Avatar
    Join Date
    Aug 1999
    Location
    Mendoza, Argentina
    Posts
    301

    Talking Woah!

    Are you postulating yourself for the most boring person on the forum?
    Combat poverty: kill a poor!!

  4. #4
    Addicted Member
    Join Date
    Aug 2000
    Location
    Columbus Ohio
    Posts
    217

    Talking

    Hi Kedaman
    Chris

    [email protected]
    Windows XP RC2 B2526
    Visual Studio.Net Beta 2
    C++, VB, VB.Net, ASP, PHP

  5. #5

    Thread Starter
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Hey Cris! Hey Juan!

    Jethro: Hi boring person
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  6. #6
    Frenzied Member
    Join Date
    Jul 1999
    Location
    Huntingdon Valley, PA 19006
    Posts
    1,151

    I give up.

    Kedaman, I spent 30-60 minutes quessing and got no where.
    Live long & prosper.

    The Dinosaur from prehistoric era prior to computers.

    Eschew obfuscation!
    If a billion people believe a foolish idea, it is still a foolish idea!
    VB.net 2010 Express
    64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.

  7. #7
    New Member Wonder Woman's Avatar
    Join Date
    May 2000
    Posts
    9
    ***
    100% Wonder Woman

  8. #8
    Fanatic Member
    Join Date
    Apr 2000
    Location
    Whats a location?
    Posts
    516
    From the thread's title I'll take a wild guess and say ...

    Pi.

    Pahahaha.

    éáóíú

    I just found that may keyboard could do that.

    I'd better put that in my diary, along with successful masturb... oh, I forgot John might send me another e-mail.

    But I'd send him a malicious scroll-bar virus which blows up the monitor.

    Muhahahaha.

    I might even send him a vicious window minimizing/maximising routine which burns out the CPU.

    The Power. The Glory. The Sex. Is Good.

    [Edited by V(ery) Basic on 10-29-2000 at 04:20 AM]
    Courgettes.

  9. #9
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892

    Exclamation My guess!

    Is this it?
    Code:
    Dim X As Long
    Dim snResult As Double
    
    Call Randomize
    snResult = 1
    
    For X = 1 To 10
        Debug.Print snResult
        snResult = snResult + Rnd * (X + 2)
    Next

  10. #10

    Thread Starter
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Good guess Yonatan, and yeah Very, it has to do with the title
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

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