Assumptions:
TeX:
R_C\!\left(1, 1 + y\right) = \begin{cases} \frac{\operatorname{atan}\!\left(\sqrt{y}\right)}{\sqrt{y}}, & y \ne 0\\1, & y = 0\\ \end{cases} y \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
CarlsonRC | Degenerate Carlson symmetric elliptic integral of the first kind | |
Atan | Inverse tangent | |
Sqrt | Principal square root | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("eb1d4f"), Formula(Equal(CarlsonRC(1, Add(1, y)), Cases(Tuple(Div(Atan(Sqrt(y)), Sqrt(y)), NotEqual(y, 0)), Tuple(1, Equal(y, 0))))), Variables(y), Assumptions(Element(y, CC)))