public static double CarlsonF(
double x,
double y,
double z
)
Public Shared Function CarlsonF (
x As Double,
y As Double,
z As Double
) As Double
public:
static double CarlsonF(
double x,
double y,
double z
)
static member CarlsonF :
x : float *
y : float *
z : float -> float
The Carlson F integral is:
As can be seen from the definition, RF is symmetric with respect to permutations among its parameters.
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. |