From Jason Turner

[sf.cmath.sph.neumann]

Diff to HTML by rtfpessoa

tmp/tmplk6aan7j/{from.md → to.md} RENAMED
@@ -8,13 +8,11 @@ long double sph_neumannl(unsigned n, long double x);
8
 
9
  *Effects:* These functions compute the spherical Neumann functions, also
10
  known as the spherical Bessel functions of the second kind, of their
11
  respective arguments `n` and `x`.
12
 
13
- *Returns:*
14
- $$\mathsf{n}_n(x) = (\pi/2x)^{1\!/\!2} \mathsf{N}_{n + 1\!/\!2}(x)
15
- \text{ ,\quad for $x \ge 0$,}$$ where n is `n` and x is `x`.
16
 
17
  *Remarks:* The effect of calling each of these functions is
18
  *implementation-defined* if `n >= 128`.
19
 
20
  See also [[sf.cmath.cyl.neumann]].
 
8
 
9
  *Effects:* These functions compute the spherical Neumann functions, also
10
  known as the spherical Bessel functions of the second kind, of their
11
  respective arguments `n` and `x`.
12
 
13
+ *Returns:* nₙ(x), where nₙ is given by , n is `n`, and x is `x`.
 
 
14
 
15
  *Remarks:* The effect of calling each of these functions is
16
  *implementation-defined* if `n >= 128`.
17
 
18
  See also [[sf.cmath.cyl.neumann]].