Help for this page
sub incdec { ... print "$n++ = ".incdec($n)."\n"; }
1++ = 2 0.004++ = 0.005 1.99++ = 2 1.79++ = 1.8 1.009999++ = 1.01