]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - contrib/bc/Test/sine.b
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / contrib / bc / Test / sine.b
1 for (i=0; i<8*a(1); i=i+.01) x=s(i)
2 x
3 for (i=i; i<16*a(1); i=i+.01) x=s(i+.1234123412341234)
4 x
5 quit