AngouriMath
Limit
Method with 2 overloads
Limit(System.String,AngouriMath.Entity.Variable,AngouriMath.Entity,AngouriMath.Core.ApproachFrom)
Summary
Finds the limit of the given expression over the given variable
Parameter "str"
The expression to be parsed and whose limit to be computed
Parameter "x"
The variable to be approaching
Parameter "destination"
A value where the variable approaches. It might be a symbolic
expression, a finite number, or an infinite number, for example,
"sqrt(x2 + x) / (3x + 3)".Limit("x", "+oo", ApproachFrom.BothSides)
Parameter "side"
From where to approach it: from the left, from the right,
or BothSides, implying that if limits from either are not
equal, there is no limit
Returns
Limit(System.String,AngouriMath.Entity.Variable,AngouriMath.Entity)
Summary
Finds the limit of the given expression over the given variable
Parameter "str"
The expression to be parsed and whose limit to be foundParameter "x"
The variable to be approaching
Parameter "destination"
A value where the variable approaches. It might be a symbolic
expression, a finite number, or an infinite number, for example,
"sqrt(x2 + x) / (3x + 3)".Limit("x", "+oo")
Returns
Angouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1534 pages online