Function mathml_core::helpers::Bmatrix

source ·
pub fn Bmatrix<I>(rows: I) -> MathMLwhere
    I: IntoIterator<Item = MathML>,
Expand description

Renders a matrix with curly brackets.

Input

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

Output

{ a b c d }