nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.Lambda / Taylor

Taylor

Full name Microsoft.VisualBasic.Math.Lambda.Symbolic.Taylor Assembly Microsoft.VisualBasic.Math.Lambda Members 3

01 Syntax

Microsoft.VisualBasic.Math.Lambda.Symbolic.Taylor

02 Methods

NameOverloadsSummary
Taylor 2 Taylor expansion of expr about point up to the given order.
TaylorWithRemainder 1 Taylor expansion together with its Lagrange remainder.

03 Members

method Taylor overload 2 #
Taylor(String, String, String, Int32)

Taylor expansion of expr about point up to the given order. Returns the truncated polynomial.

method Taylor #
Taylor(Expression, String, Expression, Int32)

Taylor expansion of expr about point up to the given order. Returns the truncated polynomial.

method TaylorWithRemainder #
TaylorWithRemainder(Expression, String, Expression, Int32)

Taylor expansion together with its Lagrange remainder.