X3D
(Mathematica Import/Export Format) MIME type: model/x3d+xml Web3D geometry format. Used for distributing 3D models on the web and in media applications. XML format. Can store multiple geometries. Introduced in ...
XPORT
(Mathematica Import/Export Format) MIME type: application/x-sas-xport SAS XPORT transport format. Legacy data exchange format. Stores numerical datasets in a portable format. Text format. Developed in the late ...
BezierFunction[{pt_1, pt_2, ...}] represents a Bézier function for a curve defined by the control points pt_i.BezierFunction[array] represents a Bézier function for a surface ...
BitXor
(Built-in Mathematica Symbol) BitXor[n_1, n_2, ...] gives the bitwise XOR of the integers n_i.
ChartElements is an option to charting functions such as BarChart that specifies the graphics to use as the basis for bars or other chart elements.
ControllabilityMatrix[ss] gives the controllability matrix of the StateSpaceModel object ss.
CopyToClipboard[expr] replaces the contents of the clipboard with expr.
DihedralGroup[n] represents the dihedral group of order 2 n.
FindEdgeCover[g] finds an edge cover of the graph g with a minimum number of edges.
ImageAdd[image, x] adds an amount x to each channel value in image.ImageAdd[image_1, image_2] gives an image in which each pixel is the sum of the corresponding pixels in ...