Function mathml_core::helpers::dfrac

source ·
pub fn dfrac<N, D>(numerator: N, denominator: D) -> MathMLwhere
    N: Into<MathML>,
    D: Into<MathML>,
Expand description

Renders a display style fraction.

Input

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

Output

( H 1 , H 2 , H 3 )