nuget server logo nuget api documents
↑

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

Limit

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

01 Syntax

Microsoft.VisualBasic.Math.Lambda.Symbolic.Limit

02 Methods

NameOverloadsSummary
Limit 2 Compute lim_{var -> target} expr.
probe 1 Numerically evaluate the expression with var bound to value.

03 Members

method Limit overload 2 #
Limit(String, String, String)

Compute lim_{var -> target} expr.

method Limit #
Limit(Expression, String, Expression)

Compute lim_{var -> target} expr. The target is given as an expression (typically a Literal such as 0, or a symbolic point).

method probe #
probe(Expression, String, Double)

Numerically evaluate the expression with var bound to value. Returns NaN on failure (e.g. division by zero).