Unitize
(Built-in Mathematica Symbol) Unitize[x] gives 0 when x is zero, and 1 when x has any other numerical value.
Mathematica makes it easy to take even the most complicated derivatives involving any of its huge range of differentiable special functions.
DateTicksFormat is an option for DateListPlot which specifies how date tick labels should be formatted.
MouseAnnotation[] gives any mouse annotation associated with the expression at the current mouse position.
Views
(Mathematica Tutorial) Mathematica supports a variety of objects that can be used to organize and display information in output. Known collectively as views, these objects range from the simple ...
Computational geometry is the study of efficient algorithms for solving geometric problems. The nearest neighbor problem involves identifying one point, out of a set of ...
Cos
(Built-in Mathematica Symbol) Cos[z] gives the cosine of z.
Piecewise[{{val_1, cond_1}, {val_2, cond_2}, ...}] represents a piecewise function with values val_i in the regions defined by the conditions cond_i. Piecewise[{{val_1, ...
Sign
(Built-in Mathematica Symbol) Sign[x] gives -1, 0, or 1 depending on whether x is negative, zero, or positive.
Sin
(Built-in Mathematica Symbol) Sin[z] gives the sine of z.