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

ios - Memory not freeing up after popping viewcontroller using ARC -

Java JSoup error fetching URL -

webstorm - PhpStorm file cache conflict with TypeScript compiler -