Click or drag to resize

ISpecialFunctionsEllpj Method

[Missing <summary> documentation for "M:CenterSpace.NMath.Core.ISpecialFunctions.Ellpj(System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]


Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
double Ellpj(
	double x,
	double m,
	out double sn,
	out double cn,
	out double dn,
	out double phi
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:CenterSpace.NMath.Core.ISpecialFunctions.Ellpj(System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

m  Double

[Missing <param name="m"/> documentation for "M:CenterSpace.NMath.Core.ISpecialFunctions.Ellpj(System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

sn  Double

[Missing <param name="sn"/> documentation for "M:CenterSpace.NMath.Core.ISpecialFunctions.Ellpj(System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

cn  Double

[Missing <param name="cn"/> documentation for "M:CenterSpace.NMath.Core.ISpecialFunctions.Ellpj(System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

dn  Double

[Missing <param name="dn"/> documentation for "M:CenterSpace.NMath.Core.ISpecialFunctions.Ellpj(System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

phi  Double

[Missing <param name="phi"/> documentation for "M:CenterSpace.NMath.Core.ISpecialFunctions.Ellpj(System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@)"]

Return Value

Double
See Also