AlgebraicNumberNorm[a] gives the norm of the algebraic number a.
Alignment is an option which specifies how the contents of a displayed object should be aligned within the available area in the object.
AlternatingGroup[n] represents the alternating group of degree n.
AlternativeHypothesis is an option for hypothesis testing functions like LocationTest that specifies the alternative hypothesis.
AngerJ
(Built-in Mathematica Symbol) AngerJ[\[Nu], z] gives the Anger function J_v(z).AngerJ[\[Nu], \[Mu], z] gives the associated Anger function J_\[Nu]^\[Mu](z).
AnnuityDue[p, t] represents an annuity due of fixed payments p made over t periods.AnnuityDue[p, t, q] represents a series of payments occurring at time intervals ...
Antialiasing is a Style option which specifies whether antialiasing should be done in rendering graphics.
Apart
(Built-in Mathematica Symbol) Apart[expr] rewrites a rational expression as a sum of terms with minimal denominators. Apart[expr, var] treats all variables other than var as constants.
ApartSquareFree[expr] rewrites a rational expression as a sum of terms whose denominators are powers of square-free polynomials. ApartSquareFree[expr, var] treats all ...
AppendTo[s, elem] appends elem to the value of s, and resets s to the result.