]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - contrib/bc/Test/div.b
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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