GNAN

From Jacket Wiki

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

Not-a-Number

Usage

Jacket for M Language
    Supported Syntax
    
NaN
nan
% -- below are new in v1.7 --
nan(...,class(X))  % where X is another variable
r = gnan(n)
gnan(m,n)
gnan([m,n])
gnan(m,n,p,...)
gnan([m,n,p,...])
gnan
gnan(size(A))
r = gnan(..., 'double')
r = gnan(..., 'single')
% -- above are new in v1.7 --
    

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


See Also

INF, ISNAN

Views
Personal tools