Maxima Function
elliptic_pi (n, phi, m)
The incomplete elliptic integral of the third kind, defined as
integrate(1/(1-n*sin(x)^2)/sqrt(1 - m*sin(x)^2), x, 0, phi)
Only the derivative with respect to phi is known by Maxima.