AstronomicalData["name", " property"] gives the value of the specified property of the astronomical object with the specified name.AstronomicalData["name", {"property", ...
WaveletBestBasis[dwd] computes a best basis representation in the DiscreteWaveletData object dwd.WaveletBestBasis[dwd, cspec] computes a best basis representation using the ...
NeighborhoodSubgraph[g, i, r] gives a subgraph consists of vertices that can be reached from vertex i within r hops.NeighborhoodSubgraph[g, i] gives a subgraph consists of ...
STL
(Mathematica Import/Export Format) MIME type: application/sla STL computer-aided design and manufacturing format. 3D geometry format. Commonly used for representing solid models in rapid prototyping systems. ...
AtomQ
(Built-in Mathematica Symbol) AtomQ[expr] yields True if expr is an expression which cannot be divided into subexpressions, and yields False otherwise.
BSplineFunction[{pt_1, pt_2, ...}] represents a B-spline function for a curve defined by the control points pt_i.BSplineFunction[array] represents a B-spline function for a ...
Ceiling
(Built-in Mathematica Symbol) Ceiling[x] gives the smallest integer greater than or equal to x. Ceiling[x, a] gives the smallest multiple of a greater than or equal to x.
CheckboxBar[x, {val_1, val_2, ...}] represents a checkbox bar with setting x and with checkboxes for values val_i to include in the list x.CheckboxBar[Dynamic[x], {val_1, ...
CMYKColor[cyan, magenta, yellow, black] is a graphics directive which specifies that graphical objects which follow are to be displayed in the color given. CMYKColor[c, m, y, ...
CoefficientList[poly, var] gives a list of coefficients of powers of var in poly, starting with power 0. CoefficientList[poly, {var_1, var_2, ...}] gives an array of ...