Assumptions:
TeX:
\sigma_{\ell}\!\left(\eta\right) = \frac{\log \Gamma\!\left(1 + \ell + i \eta\right) - \log \Gamma\!\left(1 + \ell - i \eta\right)}{2 i} \ell \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \eta \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \left(1 + \ell + i \eta \notin \{0, -1, \ldots\} \;\mathbin{\operatorname{and}}\; 1 + \ell - i \eta \notin \{0, -1, \ldots\}\right)
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
CoulombSigma | Coulomb wave function phase shift | |
LogGamma | Logarithmic gamma function | |
ConstI | Imaginary unit | |
CC | Complex numbers | |
ZZLessEqual | Integers less than or equal to n |
Source code for this entry:
Entry(ID("ed2bf6"), Formula(Equal(CoulombSigma(ell, eta), Div(Sub(LogGamma(Add(Add(1, ell), Mul(ConstI, eta))), LogGamma(Sub(Add(1, ell), Mul(ConstI, eta)))), Mul(2, ConstI)))), Variables(ell, eta), Assumptions(And(Element(ell, CC), Element(eta, CC), And(NotElement(Add(Add(1, ell), Mul(ConstI, eta)), ZZLessEqual(0)), NotElement(Sub(Add(1, ell), Mul(ConstI, eta)), ZZLessEqual(0))))))