public static double CarlsonG(
double x,
double y,
double z
)
Public Shared Function CarlsonG (
x As Double,
y As Double,
z As Double
) As Double
public:
static double CarlsonG(
double x,
double y,
double z
)
static member CarlsonG :
x : float *
y : float *
z : float -> float
The Carlson G integral is:
As can be seen from the definition, it is symmetric with respect to interchanges of any of its arguments.
The Carlson integrals can be used to express integrals of rational functions. In that sense, they are replacements for the Legendre elliptic functions.
ArgumentOutOfRangeException | x, y, or z is negative. |