Limit
01 Syntax
Microsoft.VisualBasic.Math.Lambda.Symbolic.Limit
02 Methods
03 Members
Limit(
String, String, String)Compute lim_{var -> target} expr.
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).
probe(
Expression, String, Double)Numerically evaluate the expression with var bound to value. Returns NaN on failure (e.g. division by zero).