]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/bc/Test/atan.b
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / bc / Test / atan.b
1 for (a=0; a<1000; a+=2) x=a(a)
2 x
3 for (a=0; a<2; a+=.01) x=a(a)
4 x
5 quit