Compare integer and bigint;use bigint; print ("10" / "3"); $n="3"; print ("10" / ++$n); print ("10" / $n); $n+="0"; print ("10" / $n); $n+=0; print ("10" / $n); $n.=""; print ("10" / $n);
In reply to is it a BigInt bug? by rsFalse
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |