Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Inverse Error Function

etowie
Beginner
957 Views
Hi there,

I know that Intel Fortran has some very nice intrinsic functions for calculating the Error Function (ERF(x)) and the Complementary Error Function (ERFC(x)), but I can't seem to find a function for the Inverse Error Function (erf^-1(x)).

There appears to be an inverse error function defined in the Math Kernel Library but this is for vectors! Is there a function avaiable somewhere to compute the inverse error function for scalars??

Any help would be appreciated :-)

Ewan
0 Kudos
2 Replies
etowie
Beginner
956 Views
I am guessing that this is perhaps not the correct forum for this question..
0 Kudos
Anonymous66
Valued Contributor I
955 Views

There is no intrinsic inverse error function in Fortran. If you want to use the MKL function, you can put the scalar in a 1 element array.

0 Kudos
Reply