|
|
◆ WJtheta3()
| Function WJtheta3 |
( |
X As |
Double, |
|
|
Q As |
Double |
|
) |
| |
Jacobi theta function θ3(x, q)
- Purpose
- This function computes the Jacobi theta function θ3.
θ3(x, q) = 1 + 2Σq^(n^2) cos(2nx) (Σ for n = 1 to ∞)
- Returns
- Jacobi theta function θ3(x, q).
- Parameters
-
| [in] | X | Argument x. |
| [in] | Q | Argument q. (0 < Q < 1) |
- Reference
- boost/math/special_functions
|