> 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


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to