Limit
Limit[f, x -> x0] gives the limit of f as x approaches x0.
Examples
Limit at a point:
Limit[Sin[x]/x, x -> 0]
(* 1 *)Limit at infinity:
Limit[1/x, x -> Infinity]
(* 0 *)Please visit the official Wolfram Language Reference for more details.
Limit[f, x -> x0] gives the limit of f as x approaches x0.
Limit at a point:
Limit[Sin[x]/x, x -> 0]
(* 1 *)Limit at infinity:
Limit[1/x, x -> Infinity]
(* 0 *)Please visit the official Wolfram Language Reference for more details.