agm | R Documentation |
Evaluation of the arithmetic-geometric mean of two complex numbers.
agm(x, y)
x, y |
complex numbers |
A complex number, the arithmetic-geometric mean of x
and y
.
agm(1, sqrt(2))
2*pi^(3/2)*sqrt(2) / gamma(1/4)^2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.