Basic Examples 
(2)
 

Find the limit at zero:
In[8]:=
[◼]
NLimit

Sin[x]
x
,x->0
Out[8]=
1.
———
Find the limit at infinity:
In[1]:=
[◼]
NLimit
[
n
(1+1/n)
,n->∞]
Out[1]=
2.71828

Scope 
(2)
 


Options 
(16)
 


Applications 
(2)
 


Possible Issues 
(1)
 
