ApartSquareFree[expr] rewrites a rational expression as a sum of terms whose denominators are powers of square-free polynomials. ApartSquareFree[expr, var] treats all ...
ArcCsch
(Built-in Mathematica Symbol) ArcCsch[z] gives the inverse hyperbolic cosecant csch -1 (z) of the complex number z.
ArcSech
(Built-in Mathematica Symbol) ArcSech[z] gives the inverse hyperbolic secant sech -1 (z) of the complex number z.
Assumptions is an option for functions such as Simplify, Refine, and Integrate that specifies default assumptions to be made about symbolic quantities.
BitAnd
(Built-in Mathematica Symbol) BitAnd[n_1, n_2, ...] gives the bitwise AND of the integers n_i.
BitXor
(Built-in Mathematica Symbol) BitXor[n_1, n_2, ...] gives the bitwise XOR of the integers n_i.
Cancel
(Built-in Mathematica Symbol) Cancel[expr] cancels out common factors in the numerator and denominator of expr.
Denominator[expr] gives the denominator of expr.
Divisible[n, m] yields True if n is divisible by m, and yields False if it is not.
ExpandDenominator[expr] expands out products and powers that appear as denominators in expr.