Files

15 lines
515 B
Diff

# sympy__sympy-14774
# Loki Mode Multi-Agent Patch
# Attempts: 1
--- a/sympy/printing/latex.py
+++ b/sympy/printing/latex.py
@@ -740,7 +740,7 @@ class LatexPrinter(Printer):
inv_trig_style = self._settings['inv_trig_style']
# If the function is an inverse trig function, handle the style
inv_trig_table = [
- "asin", "acos", "atan", "acot"
+ "asin", "acos", "atan", "acsc", "asec", "acot"
]
if name in inv_trig_table: