Does Zorro have a numerical implementation of Erf(x) function?

Posted By: Kaga

Does Zorro have a numerical implementation of Erf(x) function? - 06/18/19 13:01

Is there a numerical implementation of the error function in Zorro? If so, what is the command? If not, will it be added in the future?
Posted By: jcl

Re: Does Zorro have a numerical implementation of Erf(x) function? - 06/18/19 13:25

I think it is a 1-liner:

erf(x) = 2 cdf(sqrt(2) x) - 1
Posted By: Kaga

Re: Does Zorro have a numerical implementation of Erf(x) function? - 06/18/19 14:14

Awesome! Thank you.
© 2024 lite-C Forums