LOG2

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Base 2 logarithm and dissect floating-point numbers into exponent and mantissa

Usage

Jacket for M Language
    Supported Syntax
    
Y = log2(X)
    

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/log2.html
More Details
  • Supports only real non-negative data for inputs of class GSINGLE, GDOUBLE


See Also

POW2, LOG

Views
Personal tools