Limit

WMA link


Limit[expr, x->$x_0$]

gives the limit of expr as x approaches $x_0$.

Limit[expr, x->$x_0$, Direction->1]

approaches $x_0$ from smaller values.

Limit[expr, x->$x_0$, Direction->-1]

approaches $x_0$ from larger values.

Integrate
NIntegrate