lim( function, variable=value [ , dir=direction ] )
The symbolic limit in SageMath of function as the independent variable approaches value.
Alias of limit. The optional direction takes one of four values: 'minus'|'-'|'+'|'plus'.
Examples:
Related operations: limit diff
Operation category: calculus operations sagemath-docs