MathMLForm[expr] prints as a MathML form of expr.
TetGenImport["file.ext", expr] imports data from a file into a TetGen expression. TetGenImport["file", expr, "format"] imports data in the specified format.
ParallelCombine[f, h[e_1, e_2, ...], comb] evaluates f[h[e_1, e_2, ...]] in parallel by distributing parts of the computation to all parallel kernels and combining the ...
HDF5
(Mathematica Import/Export Format) HDF data format Version 5. General purpose format for representing multidimensional datasets and images. Used for storage, management, and exchange of scientific data. HDF is ...
HDF
(Mathematica Import/Export Format) MIME type: application/x-hdf HDF data format Version 4. General-purpose format for representing multidimensional datasets. Used for storage, management, and exchange of ...
Distribution[l, set] lists the frequency of each element of set in list l.
Characters["string"] gives a list of the characters in a string.
RowAlignments is an option for the low-level function GridBox that specifies how entries in each row should be aligned.
FindClique[g] finds a clique with maximum number of vertices in the graph g.
IncludeConstantBasis is an option for LinearModelFit and other fitting functions that specifies whether a constant term should be included if not explicitly given in the list ...