Mathematica is uniquely suited for processing symbolic expressions because of its powerful pattern-matching abilities and large collection of built-in structural manipulation ...
RenkoChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a Renko chart with prices p_i at date date_i.RenkoChart[{" name", daterange}] makes a Renko chart of closing prices for ...
ExponentialDistribution[\[Lambda]] represents an exponential distribution with scale inversely proportional to parameter \[Lambda].
Graphics3D[primitives, options] represents a three-dimensional graphical image.
ArcSinDistribution[{x min, x max}] represents the arc sine distribution supported between x min and x max.
FisherZDistribution[n, m] represents a Fisher z distribution with n numerator and m denominator degrees of freedom.
NumberForm[expr, n] prints with approximate real numbers in expr given to n-digit precision.
RegularExpression["regex"] represents the generalized regular expression specified by the string " regex".
RootApproximant[x] converts the number x to one of the "simplest" algebraic numbers that approximates it well.RootApproximant[x, n] finds an algebraic number of degree at ...