Expand description
Helper functions for MathML Core.
Functionsยง
- Bmatrix
- Renders a matrix with curly brackets.
- Vmatrix
- Renders a matrix with double vertical bars.
- assert_
no_ ws - Assert that the MathML is equal to the target string, ignoring all whitespaces.
- binom
- Renders binomial coefficient as
\binom{n}{k}
. - bmatrix
- Renders a matrix with brackets.
- cases
- Renders a piecewise function.
- cbinom
- Renders binomial coefficient as
C_{n}^{k}
. - cfrac
- Renders a matrix with vertical bars.
- dfrac
- Renders a display style fraction.
- frac
- Build a normal fraction.
- isotope
- Build a isotopic symbol.
- legendre_
symbols - Renders a matrix with vertical bars.
- matrix
- Renders a matrix without vertical bars.
- pmatrix
- Renders a matrix with parentheses.
- safe_
html_ char - Build a isotopic symbol.
- safe_
html_ str - Build a isotopic symbol.
- smallmatrix
- Renders a small matrix without vertical bars.
- vmatrix
- Renders a matrix with vertical bars.