FunctionSpace is an option for FindSequenceFunction and related functions that specifies the space of functions to consider for representations.
NumberFieldClassNumber[\[Theta]] gives the class number for the algebraic number field \[DoubleStruckCapitalQ][\[Theta]] generated by \[Theta].
Orthogonalize[{v_1, v_2, ...}] gives an orthonormal basis found by orthogonalizing the vectors v_i.Orthogonalize[{e_1, e_2, ...}, f] gives a basis for the e_i orthonormal ...
Roots
(Built-in Mathematica Symbol) Roots[lhs == rhs, var] yields a disjunction of equations which represent the roots of a polynomial equation.
TraceBackward is an option for Trace and related functions which specifies whether to include preceding expressions on the evaluation chain that contains the pattern form ...
TraceForward is an option for Trace and related functions which specifies whether to include later expressions on the evaluation chain that contains the pattern form sought.
$TemporaryDirectory gives the main system directory for temporary files on your computer system.
LiftingFilterData[...] represents lifting-filter data used to compute forward and inverse lifting wavelet transforms.
The library now fully supports the Unicode character encoding forms UTF-8, UTF-16, and UTF-32. Use the following new API functions to put or get Unicode characters to or from ...
BitAnd
(Built-in Mathematica Symbol) BitAnd[n_1, n_2, ...] gives the bitwise AND of the integers n_i.