Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Inverse Error Function

etowie
Beginner
995 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
994 Views
I am guessing that this is perhaps not the correct forum for this question..
0 Kudos
Anonymous66
Valued Contributor I
993 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