ToSymbolicXML[expr] converts an expression expr to an appropriate XML format and returns the result as SymbolicXML.
GeoTIFF
(Mathematica Import/Export Format) GIS extension of the TIFF format. Used for archiving and exchanging aerial photography or terrain data. Binary format. Contains rasters or digital elevation models (DEM). ...
CompilationOptions is an option for Compile that specifies settings for the compilation process.
Dividers is an option for Grid and related constructs that specifies where and how to draw divider lines.
IntegerDigits[n] gives a list of the decimal digits in the integer n. IntegerDigits[n, b] gives a list of the base b digits in the integer n. IntegerDigits[n, b, len] pads ...
Spacings is an option to Grid and related constructs that specifies the spacings to leave between successive objects.
WignerD
(Built-in Mathematica Symbol) WignerD[{j, m_1, m_2}, \[Psi], \[Theta], \[Phi]] gives the Wigner D-function D_m_1^m_2, j(\[Psi], \[Theta], \[Phi]).WignerD[{j, m_1, m_2}, \[Theta], \[Phi]] gives the Wigner ...
NIntegrate Introduction NIntegrate Integration Strategies NIntegrate Integration Rules
CUDAFunction[args] represents a function loaded using CUDAFunctionLoad.
OpenCLFunctionInformation[oclfun] returns information on OpenCLFunction oclfun such as build log, build options, source code, etc.