|
8 | 8 | Lambda, LaplaceTransform, Limit, Matrix, Max, MellinTransform, Min, Mul,
|
9 | 9 | Order, Piecewise, Poly, ring, field, ZZ, Pow, Product, Range, Rational,
|
10 | 10 | RisingFactorial, rootof, RootSum, S, Shi, Si, SineTransform, Subs,
|
11 |
| - Sum, Symbol, ImageSet, Tuple, Ynm, Znm, arg, asin, acsc, Mod, |
| 11 | + Sum, Symbol, ImageSet, Tuple, Ynm, Znm, arg, asin, acsc, asinh, Mod, |
12 | 12 | assoc_laguerre, assoc_legendre, beta, binomial, catalan, ceiling,
|
13 | 13 | chebyshevt, chebyshevu, conjugate, cot, coth, diff, dirichlet_eta, euler,
|
14 | 14 | exp, expint, factorial, factorial2, floor, gamma, gegenbauer, hermite,
|
@@ -379,6 +379,8 @@ def test_latex_functions():
|
379 | 379 | r"\sin^{-1} {x^{2}}"
|
380 | 380 | assert latex(acsc(x), inv_trig_style="full") == \
|
381 | 381 | r"\operatorname{arccsc}{\left(x \right)}"
|
| 382 | + assert latex(asinh(x), inv_trig_style="full") == \ |
| 383 | + r"\operatorname{arcsinh}{\left(x \right)}" |
382 | 384 |
|
383 | 385 | assert latex(factorial(k)) == r"k!"
|
384 | 386 | assert latex(factorial(-k)) == r"\left(- k\right)!"
|
|
0 commit comments