Skip to content
Prev 10435 / 29559 Next

function parameters in overlay()

Robert,

How can I define parameters in the functions within overlay() ?
For example:
{a=-1.1867422
 s=1.0287373
 return((y-(a+s*x))/sqrt(s^2+1))}
want it to be something like:
{return((y-(a+s*x))/sqrt(s^2+1))}
Is it possible or should I redefine the function every time?

Agus