Module helpers

Source
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.