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
Post a Comment