Assumptions:
TeX:
\operatorname{asinh}\!\left(\frac{x}{y}\right) = x R_C\!\left({y}^{2} + {x}^{2}, {y}^{2}\right)
y \in \left(0, \infty\right) \;\mathbin{\operatorname{and}}\; x \in \mathbb{R}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| CarlsonRC | Degenerate Carlson symmetric elliptic integral of the first kind | |
| Pow | Power | |
| OpenInterval | Open interval | |
| Infinity | Positive infinity | |
| RR | Real numbers |
Source code for this entry:
Entry(ID("423b36"),
Formula(Equal(Asinh(Div(x, y)), Mul(x, CarlsonRC(Add(Pow(y, 2), Pow(x, 2)), Pow(y, 2))))),
Variables(x, y),
Assumptions(And(Element(y, OpenInterval(0, Infinity)), Element(x, RR))))