RealNArrayDEllippi Method

Returns the complete elliptic integral of the third kind.

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9435.16862
C#
public RealNArray<D> Ellippi(
	RealNArray<D> _m
)

Parameters

_m  RealNArrayD

Return Value

RealNArrayD

Implements

IRealMathTEllippi(T)

See Also