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