Scilab 5.4.0
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
%k
Jacobi's complete elliptic integral
Calling Sequence
[K]=%k(m)
Arguments
- m
- parameter of the elliptic integral - 0<m<1(- mcan be a vector)
- K
- value of the elliptic integral from 0 to 1 on the real axis 
Description
Calculates Jacobi's complete elliptic integral of the first kind :
References
Abramowitz and Stegun page 598
Examples
m=0.4; %asn(1,m) %k(m)
See Also
- %asn — elliptic integral
| Report an issue | ||
| << %asn | Funções Especiais | %sn >> |