Consider the block of code
sage: f = exp(x**2)
sage: latex(f)
e^{\left(x^{2}\right)}
It looks like sage is configured to include parentheses in the latex of an exponential function. Is it possible to configure sage to exclude these parentheses?
Consider the block of code
sage: f = exp(x**2)
sage: latex(f)
e^{\left(x^{2}\right)}
It looks like sage is configured to include parentheses in the latex of an exponential function. Is it possible to configure sage to exclude these parentheses?
Consider the block of code
sage: f = exp(x**2)
sage: latex(f)
e^{\left(x^{2}\right)}
It looks like sage is configured to include parentheses in the latex of an exponential function. Is it possible to configure sage to exclude these parentheses?
Consider the block of code
sage: f = exp(x**2)
sage: latex(f)
e^{\left(x^{2}\right)}
It looks like sage is configured to include parentheses in the latex of an exponential function. Is it possible to configure sage to exclude these parentheses?