GeoProjectionData["projection", " property"] gives the value of the specified property for the specified cartographic projection.GeoProjectionData["projection"] gives the ...
IntegerPart[x] gives the integer part of x.
InverseFourier[list] finds the discrete inverse Fourier transform of a list of complex numbers.
LocationTest[data] tests whether the mean or median of the data is zero. LocationTest[{data_1, data_2}] tests whether the means or medians of data_1 and data_2 are ...
LQOutputRegulatorGains[ss, {q, r}] gives the optimal state feedback gain matrix for the StateSpaceModel object ss and the quadratic cost function with output and control ...
NProduct[f, {i, i_min, i_max}] gives a numerical approximation to the product \[Product]i = i_min i_max f.NProduct[f, {i, i_min, i_max, di}] uses a step di in the product.
NSum
(Built-in Mathematica Symbol) NSum[f, {i, i_min, i_max}] gives a numerical approximation to the sum \[Sum]i = i_min i_max f.NSum[f, {i, i_min, i_max, di}] uses a step di in the sum.
PolarTicks is an option for sector charts and polar plots that specifies tick marks for polar axes.
RegularExpression["regex"] represents the generalized regular expression specified by the string " regex".
SatisfiabilityCount[bf] counts the number of possible combinations of variable values that yield True when supplied as arguments to the Boolean function ...