]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/bc/Test/div.b
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / bc / Test / div.b
1 scale = 20
2 a=2/3
3 for (i=0; i<1000; i++) {
4   for (j=1; j<100; j++) b=a/j
5 }
6 b
7 quit
8