pub fn binom<N, D>(numerator: N, denominator: D) -> MathMLwhere N: Into<MathML>, D: Into<MathML>,
Renders binomial coefficient as \binom{n}{k}.
\binom{n}{k}
binom('n', 'k');