- 
                            
MathType
 - 
                            
Wiris Quizzes
 - 
                            
Learning Lemur
 - 
                            
CalcMe
 - 
                            
MathPlayer
 - 
                            
Store FAQ
 - 
                            
VPAT for the electronic documentation
 - 
                            
MathFlow
 - 
                            
BF FAQ
 - 
                            
Miscellaneous
 - 
                            
Wiris Integrations
 
Limit
Reading time: 1minComputes the limit of a function or expression.
Syntax
limit(Function, Identifier, Real | Infinity)
limit(Function, Real | Infinity)
limit(Function, Identifier, Real, Integer)
limit(Function, Real, Integer)
Description
Given a function f(x1,...,xn), an identifier xi and x0∈ℝ∪∞, computes the limit limxi→x0f(x1,...,xn)

Given an univariate function f(x) and x0∈ℝ∪∞, computes the limit limx→x0f(x)

Given a function f(x1,...,xn), an identifier xi, x0∈ℝ and an integer r∈{-1,0,+1}, computes the limit limxi→x0rf(x1,...,xn), where x0r stands for the limit for the left when r=-1, for above when r=+1 and it stands for the ordinary limit when r=0.

Given an univariate function f(x), x0∈ℝ and an integer r∈{-1,0,+1}, computes the limit limx→x0rf(x), where x0r stands for the limit for the left when r=-1, for above when r=+1 and it stands for the ordinary limit when r=0.
