RightLimit
$$\lim_{x \to {a}^{+}} f(x)$$
Limiting value, from the right. Equivalent to Limit(f(x), For(x, a), Element(x, OpenInterval(a, Infinity))).
$$\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