BoxesToSymbolicMathML[boxes] converts the Mathematica box structure, boxes, into a MathML-flavored SymbolicXML structure.
Mathematica has several custom-drawn alphabets, suitable for use in technical and mathematical notation—each carefully arranged to give easily distinguishable forms in both ...
NDK
(Mathematica Import/Export Format) NDK seismologic file format. Commonly used for storage and exchange of earthquake data. Stores geographical information and wave measurements for individual seismological ...
SCT
(Mathematica Import/Export Format) Scitex CT format. Raster image file format. Used for pre-press imaging applications. SCT is an acronym for Scitex Continuous Tone. Binary format. Stores images as RGB, CMYK, ...
SXC
(Mathematica Import/Export Format) MIME type: application/nd.sun.xml.calc OpenOffice 1.0 spreadsheet file. Stores spreadsheet data and formulas. SXC is an acronym for Sun XML Calc. Native spreadsheet format of ...
CUDAFold[f, x, list] gives the last element of CUDAFoldList[f, x, list].
CUDAOpening[img, r] gives the morphological opening of img with respect to a range-r square.CUDAOpening[list, r] gives the morphological opening of list with respect to a ...
DataSources[] returns a list of information about named data sources made available through DatabaseResourcesPath.DataSources[name] returns a list of information about the ...
SQLDateTime[datetime] represents date and time information that can be stored in a database.
SQLDelete[conn, table] deletes the data in a table in an SQL connection.SQLDelete[conn, table, cond] deletes data that matches cond.