Mathematica has not only convenient built-in multilingual dictionaries, but also built-in information on word meaning, structure and usage, as well as the relationship ...
Mathematica's symbolic parallel computation architecture provides a uniquely convenient mechanism for communicating and sharing resources between parallel processes. Its ...
InverseErf[s] gives the inverse error function obtained as the solution for z in s = erf(z).
The uniquely powerful symbolic language that is the foundation for Mathematica.
ReliefPlot[array] generates a relief plot of an array of height values.
ListDensityPlot[array] generates a smooth density plot from an array of values. ListDensityPlot[{{x_1, y_1, f_1}, {x_2, y_2, f_2}, ...}] generates a density plot with values ...
RandomInteger is a value that the WeightingFunction option of the function SetEdgeWeights can take.
DateListPlot[{{date_1, v_1}, {date_2, v_2}, ...}] plots points with values v i at a sequence of dates.DateListPlot[{v_1, v_2, ...}, datespec] plots points with dates at equal ...
MakeBoxes[expr, form] is the low-level function used in Mathematica sessions to convert expressions into boxes. MakeBoxes[expr] is the function to convert expr to ...
BitSet
(Built-in Mathematica Symbol) BitSet[n, k] sets to 1 the bit corresponding to the coefficient of 2^k in the integer n.