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

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -