Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 780 Bytes

File metadata and controls

39 lines (22 loc) · 780 Bytes

InverseErf

InverseErf(z)

returns the inverse error function of z.

See

Examples

InverseErf(z) is an odd function:

>> InverseErf /@ {-1, 0, 1}    
{-Infinity, 0, Infinity}     

'InverseErf($z$)' only returns numeric values for '-1 <= $z$ <= 1':

>> InverseErf /@ {0.9, 1.0, 1.1}    
{1.1630871536766743,Infinity,InverseErf(1.1)} 

Implementation status

  • ☑ - partially implemented

Github