|
Thread: e
-
Oct 26th, 2000, 06:23 PM
#1
Thread Starter
transcendental analytic
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.
-
Oct 26th, 2000, 08:12 PM
#2
Not really interested but.......
......couldn't let a kedaman thread go by without posting to it
-
Oct 26th, 2000, 10:20 PM
#3
Hyperactive Member
Woah!
Are you postulating yourself for the most boring person on the forum?
Combat poverty: kill a poor!!
-
Oct 26th, 2000, 10:23 PM
#4
Addicted Member
-
Oct 27th, 2000, 06:45 AM
#5
Thread Starter
transcendental analytic
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.
-
Oct 28th, 2000, 01:09 AM
#6
Frenzied Member
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.
-
Oct 28th, 2000, 04:09 PM
#7
New Member
-
Oct 29th, 2000, 04:18 AM
#8
Fanatic Member
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]
-
Oct 29th, 2000, 05:43 PM
#9
Guru
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
-
Oct 29th, 2000, 06:14 PM
#10
Thread Starter
transcendental analytic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|