Maxima Function
elliptic_kc (m)
The complete elliptic integral of the first kind, defined as
integrate(1/sqrt(1 - m*sin(x)^2), x, 0, %pi/2)
For certain values of m, the value of the integral is known in
terms of Gamma functions. Use makegamma
to evaluate them.