I have to specify SCRIPTSNAME too, otherwise bsd.prog.mk strips the extension.
[dragonfly.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