math - Is there an Inverse Error Function available in Swift's Foundation import? -


i'm using erf function in swift, this:

import foundation erf(2) 

is there inverse error function well?

we not have such function in standard library. here implementation of function-

https://github.com/antelopeusersgroup/antelope_contrib/blob/master/lib/location/libgenloc/erfinv.c

hth.


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -