PolyhedronData has been added to the built-in Mathematica kernel. A new Polyhedron Operations Package has been created.
GammaDistribution[\[Alpha], \[Beta]] represents a gamma distribution with shape parameter \[Alpha] and scale parameter \[Beta].GammaDistribution[\[Alpha], \[Beta], \[Gamma], ...
Wavelets are short wavelike functions that can be scaled and translated. Wavelet transforms take any signal and express it in terms of scaled and translated wavelets. The ...
WakebyDistribution[\[Alpha], \[Beta], \[Gamma], \[Delta], \[Mu]] represents Wakeby distribution with shape parameters \[Beta] and \[Delta], scale parameters \[Alpha] and ...
PriceGraphDistribution[n, k, a] represents a de Solla Price graph distribution for n-vertex graphs where a new vertex with k edges is added at each step using attractiveness ...
LogPlot, ListLogPlot, and related functions have been added to the built-in Mathematica kernel. PolarPlot and ListPolarPlot have been added to the built-in Mathematica ...
CUDAClamp[lst] clamps the values of lst between automatically determined values.CUDAClamp[lst, low, high] clamps the values of lst between low and high.
$TemporaryDirectory gives the main system directory for temporary files on your computer system.
Text
(Built-in Mathematica Symbol) Text[expr] displays with expr in plain text format. Text[expr, coords] is a graphics primitive that displays the textual form of expr centered at the point specified by ...
ArcSinDistribution[{x min, x max}] represents the arc sine distribution supported between x min and x max.