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

GwenDragon
 2010-03-25 10:00
#135269 #135269
User since
2005-01-17
14861 Artikel
Admin1
[Homepage]
user image
Auf Debian 64bit:
gw@local:~$ perl
printf "-inf=%d\n",'-inf';
printf "+inf=%d\n",'+inf';
__END__
-inf=-9223372036854775808
+inf=-1
gw@local:~$

View full thread Die höchste Zahl ermitteln