NumLibPolyIntT(T, T) Method

Integrate polynomial analytically

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static T[] PolyInt<T>(
	T[] p,
	T k
)
where T : new(), Object, INumber<T>

Parameters

p  T
Polynomial coefficients in descending powers
k  T
Constant of integration

Type Parameters

T
Number Type

Return Value

T
Integrated polynomial coefficients in descending powers

See Also