Function cfrac

Source
pub fn cfrac(numerator: MathML, denominator: MathML) -> MathML
Expand description

Renders a matrix with vertical bars.

§Input

\begin{vmatrix} a & b \\ c & d \end{vmatrix}

§Output

( H 1 , H 2 , H 3 )