Math question

-hh hh at livecode.org
Fri Feb 26 08:52:30 EST 2016


> hh wrote:
> function f n,x
>   return x*abs(x^(n-1))
> end f

Sorry that's wrong. Should read

function f n,x
  return x*abs(x)^(n-1)
end f





More information about the use-livecode mailing list