Very strange. In Mathematica 13.3 the following
Limit[((x + E^x)^(1/x) - E^2 + 3/2 E^2 x)/x^2,
x -> 0]
gives Indeterminate
, contradicted by
Asymptotic[((x + E^x)^(1/x) - E^2 + 3/2 E^2 x)/x^2,
x -> 0]
ComplexPlot3D[((x + E^x)^(1/x) - E^2 + 3/2 E^2 x)/x^2,
{x, (-1 - I)/3, (1 + I)/3}]