ZduneX25
Horrors fan :)
Global Moderator
Lord of the mod
Karma: 267
Offline
Posts: 3063
I've missed something
|
|
« Reply #105 on: March 29, 2009, 08:31:23 am » |
|
10284683057613717413913 ufff
|
|
|
Logged
|
|
|
|
keaglez
Indonesian Motolover
PHD modder
Karma: 61
Offline
Posts: 2562
http://jeffri.net
|
|
« Reply #106 on: March 29, 2009, 10:25:24 am » |
|
16640966750620563662096 trying to create fibonacci program in php function fibonacci($total) { for ($a = 2, $b = 0, $c = 1; $a < $total; $a++) { $en = $b + $c; $b = $c; $c = $en; } return $en; }
but no, it can't count more than the 69th fibonacci number... :'(
|
|
|
Logged
|
Best regards, Jeffri H.
|
|
|
PackPunk
Cool guy
PHD modder
Karma: 57
Offline
Posts: 2215
ROKR User (Not the zombie)
|
|
« Reply #107 on: March 29, 2009, 03:09:36 pm » |
|
26925649808234281076009, still using Gate's calc :p
|
|
|
Logged
|
E398 ROKR E1 ROKR E8 Plants vs. Zombies
|
|
|
ZduneX25
Horrors fan :)
Global Moderator
Lord of the mod
Karma: 267
Offline
Posts: 3063
I've missed something
|
|
« Reply #108 on: March 30, 2009, 08:43:33 am » |
|
43566616558854844738105 he
|
|
|
Logged
|
|
|
|
PackPunk
Cool guy
PHD modder
Karma: 57
Offline
Posts: 2215
ROKR User (Not the zombie)
|
|
« Reply #109 on: March 30, 2009, 08:53:27 am » |
|
70492266367089125814114
|
|
|
Logged
|
E398 ROKR E1 ROKR E8 Plants vs. Zombies
|
|
|
ZduneX25
Horrors fan :)
Global Moderator
Lord of the mod
Karma: 267
Offline
Posts: 3063
I've missed something
|
|
« Reply #110 on: March 30, 2009, 08:57:34 am » |
|
114058882925943970552219
|
|
|
Logged
|
|
|
|
PackPunk
Cool guy
PHD modder
Karma: 57
Offline
Posts: 2215
ROKR User (Not the zombie)
|
|
« Reply #111 on: March 30, 2009, 09:18:20 am » |
|
184551149293033096366333
|
|
|
Logged
|
E398 ROKR E1 ROKR E8 Plants vs. Zombies
|
|
|
Exploited
|
|
« Reply #112 on: March 30, 2009, 11:29:17 am » |
|
keaglez - you need "big int" libraries. It's very easy to do it in MySQL (there is BIGINT type of 22 digits)
The next number is: 298610032218977066918552
|
|
|
Logged
|
|
|
|
keaglez
Indonesian Motolover
PHD modder
Karma: 61
Offline
Posts: 2562
http://jeffri.net
|
|
« Reply #113 on: March 31, 2009, 12:23:29 am » |
|
483161181512010163284885 I see, I will look it... Hmm... this one works better, using sprintf to convert float to string function fibonacci($total) { for ($a = 2, $b = 0, $c = 1; $a < $total; $a++) { $en = $b + $c; $b = $c; $c = $en; } return sprintf("%.0f", $en); }
but well, the 80th numbers started to count wrong...
|
|
|
Logged
|
Best regards, Jeffri H.
|
|
|
ZduneX25
Horrors fan :)
Global Moderator
Lord of the mod
Karma: 267
Offline
Posts: 3063
I've missed something
|
|
« Reply #114 on: March 31, 2009, 01:47:21 pm » |
|
781771213730987230203437
|
|
|
Logged
|
|
|
|
PackPunk
Cool guy
PHD modder
Karma: 57
Offline
Posts: 2215
ROKR User (Not the zombie)
|
|
« Reply #115 on: April 01, 2009, 05:02:35 am » |
|
1264932395242997393488322
|
|
|
Logged
|
E398 ROKR E1 ROKR E8 Plants vs. Zombies
|
|
|
ZduneX25
Horrors fan :)
Global Moderator
Lord of the mod
Karma: 267
Offline
Posts: 3063
I've missed something
|
|
« Reply #116 on: April 01, 2009, 12:04:03 pm » |
|
= 2046703608973984623691759
|
|
|
Logged
|
|
|
|
PackPunk
Cool guy
PHD modder
Karma: 57
Offline
Posts: 2215
ROKR User (Not the zombie)
|
|
« Reply #117 on: April 01, 2009, 03:15:04 pm » |
|
3311636004216982017180081
|
|
|
Logged
|
E398 ROKR E1 ROKR E8 Plants vs. Zombies
|
|
|
ZduneX25
Horrors fan :)
Global Moderator
Lord of the mod
Karma: 267
Offline
Posts: 3063
I've missed something
|
|
« Reply #118 on: April 03, 2009, 09:25:14 am » |
|
5358339613190966640871840
|
|
|
Logged
|
|
|
|
PackPunk
Cool guy
PHD modder
Karma: 57
Offline
Posts: 2215
ROKR User (Not the zombie)
|
|
« Reply #119 on: April 05, 2009, 07:46:23 pm » |
|
8669975617407948658051921
|
|
|
Logged
|
E398 ROKR E1 ROKR E8 Plants vs. Zombies
|
|
|
|