legendre_symbols

Function legendre_symbols 

Source
pub fn legendre_symbols<N, D>(numerator: N, denominator: D) -> MathFenced
where N: Into<MathML>, D: Into<MathML>,
Expand description

Renders a matrix with vertical bars.

§Input

legendre_symbols('a', 'b');

§Output

( H 1 , H 2 , H 3 )