DEBSOURCES
Skip Quicknav
sources / ctioga2 / 0.10-1 / tests / command-files / ruby.ct2
1234567891011
ruby def f(x,a) return sin(x)*cos(a*x) end ruby end math /samples=1000 auto-legend true plot f(x,0) plot f(x,1) plot f(x,2)