Thread Die höchste Zahl ermitteln (32 answers)
Opened by PETER_PAN2009 at 2010-03-24 09:59

GwenDragon
 2010-03-25 13:02
#135285 #135285
User since
2005-01-17
14861 Artikel
Admin1
[Homepage]
user image
gw@local:~$ perl
printf "-inf=%u\n","-inf";
printf "+inf=%u\n","+inf";
__END__
-inf=9223372036854775808
+inf=18446744073709551615

View full thread Die höchste Zahl ermitteln