hi,
Mal abgesehen, dass PHP schon ab 14! von integer auf float umsteigt, […]
Wie macht sich dies bemerkbar?
Na darin, dass sich der Typ ändert :-)
(Abgesehen davon, es ist schon bei 13! der Fall.)
$f = 1;
for($i=1; $i<20; $i++) {
$f = $f * $i;
echo $i.' Fakultät ('.$f.') ist vom Typ '.gettype($f)."<br>\n";
}
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }