Hi,
I just noticed something rather peculiar (well, to me, at least). When I compute the limit
limit((1-1/x)^(-x),x=-infinity)
as is, I get the expected result of exp(1).
However, if I load the RealDomain package prior to computing the limit,
with(RealDomain):
limit((1-1/x)^(-x),x=-infinity)
I get that the limit is undefined.
Any ideas as to why that is the case? Thanks!