ERF, ERFC, ERFCX, ERFINV, ERFCINV

From Jacket Wiki

(Redirected from ERF)
Jump to: navigation, search
Back to Function List

Error functions

Usage

Jacket for M Language
    Supported Syntax
    
Y = erf(X)
Y = erfc(X)
Y = erfcx(X)
X = erfinv(Y)
X = erfcinv(Y)
    

GFOR Supported

Yes

GCOMPILE Supported

Yes

Types Supported

-  GDOUBLE   GSINGLE 

Types Not Supported

-  GLOGICAL   GINT32   GINT8   GUINT32   GUINT8   COMPLEX 

CPU usageJacket only contains GPU computing functions. To run functions on the CPU, try one of the MathWorks products:
* http://www.mathworks.com/access/helpdesk/help/techdoc/ref/erf.html

Notes

  • For negative numbers, ERF returns NaN
  • For numbers larger than 9.0, ERFCX returns NaN

See Also

None

Views
Personal tools