RightLimit

Input: RightLimit(f(x), For(x, a))
$$\lim_{x \to {a}^{+}} f(x)$$

Limiting value, from the right. Equivalent to Limit(f(x), For(x, a), Element(x, OpenInterval(a, Infinity))).

Input: RightLimit(f(x), For(x, a), P(x))
$$\lim_{x \to {a}^{+},\,P(x)} f(x)$$

Limiting value, from the right. Equivalent to Limit(f(x), For(x, a), And(Element(x, OpenInterval(a, Infinity)), P(x))).

Last updated: 2020-03-06 00:22:16