InverseErf[s] gives the inverse error function obtained as the solution for z in s = erf(z).
Stack
(Built-in Mathematica Symbol) Stack[] shows the current evaluation stack, giving a list of the tags associated with evaluations that are currently being done. Stack[pattern] gives a list of expressions ...
Log
(Built-in Mathematica Symbol) Log[z] gives the natural logarithm of z (logarithm to base e). Log[b, z] gives the logarithm to base b.
One of the most important features of Mathematica is that it is an extensible system. There is a certain amount of mathematical and other functionality that is built into ...
FullForm[expr] prints as the full form of expr, with no special syntax.
Messages[symbol] gives all the messages assigned to a particular symbol.
Patterns stand for classes of expressions. They contain pattern objects that represent sets of possible expressions. Pattern objects. When several pattern objects with the ...
RecurrenceTable[eqns, expr, {n, n_max}] generates a list of values of expr for successive n based on solving the recurrence equations eqns.RecurrenceTable[eqns, expr, nspec] ...
DivisorSum[n, form] represents the sum of form[i] for all i that divide n.DivisorSum[n, form, cond] includes only those divisors for which cond[i] gives True.
Darker
(Built-in Mathematica Symbol) Darker[color] represents a darker version of the specified color. Darker[color, f] represents a version of the specified color darkened by a fraction f. Darker[image, ...] ...