Hey all! I'm trying to calculate the following limit: \lim_{(x,y,z)\to(0,0,0)}{(1+xyz)^\frac{1}{x^2+y^2+z^2}} I tried converting it to spherical coordinates: \lim_{r\to{0}}{(1+r^3\sin^2\phi\cos\phi\cos\theta\sin\theta)^{\frac{1}{r^2}}} But it...