EPS

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Floating-point relative accuracy

Usage

Jacket for M Language
    Supported Syntax
    
eps
d = eps(X)
eps('double')
eps('single')
    

GFOR Supported

Yes

GCOMPILE Supported

Yes

Types Supported

-  GDOUBLE   GSINGLE   GLOGICAL   GINT32   INT8   GUINT32   GUINT8   COMPLEX 

Types Not Supported

-

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/eps.html

Notes

On a GPU without double-precision support, when used by the GCOMPILE and ARRAYFUN functions, the following syntaxes will return incorrect results:

eps            % eps without parameters passed
eps('double')  % eps with double precision

See Also

None

Personal tools