That's doesn't mean anything. ;)
| > 17->sqrt(); | (2) Result: 4 | > 17->probably_prime_p(); | (3) Result: 2
/ Mirar
Previous text:
2003-09-05 10:32: Subject: Re: arrays in Java
It disguises itself well.
int foo = 10000000000000000000; foo->sqrt();
(1) Result: 3162277660
foo->probably_prime_p();
(2) Result: 0
/ Johan Sundström (utan sälskap)