FileNameDepth["file"] gives the number of path elements in the file name " file".
MathieuGroupM24[] represents the sporadic simple Mathieu group M_24.
FindIndependentVertexSet[g] finds an independent vertex set of the graph g with a maximum number of vertices.
BMP
(Mathematica Import/Export Format) MIME type: image/bmp BMP Windows bitmap format. Raster image format. Native bitmap format of the Microsoft Windows operating system. BMP is an acronym derived from Bitmap. ...
JPEG2000
(Mathematica Import/Export Format) MIME type: image/jp2 JPEG2000 raster image and compression format. Used for photographic images. JPEG is an acronym for Joint Photographic Experts Group. Binary file format. ...
PadeApproximant has been added to the built-in Mathematica kernel. EconomizedRationalApproximation is now available in the newly created Function Approximations Package.
int MLPutLongInteger (MLINK link, long i) puts the long integer i to the MathLink connection specified by link.
WindowElements is a notebook option that specifies the elements to include in the window used to display the notebook on the screen.
int MTensor_clone (MTensor f, MTensor *t) is a library callback function that puts a clone of f into *t.
int MTensor_new (mint type, mint rank, mint const*dims, MTensor*pres) is a library callback function that creates a new MTensor.