math.ellint_2
code:Lua
y = textmodule.math.ellint_2(k, phi)
モジュール
math
引数
table:_
変数 型 概要
1 k number 処理する数値
2 phi number 処理する数値
返り値
table:_
変数 型 概要
1 y number 処理された数値
概要
第二種不完全楕円積分を計算する。
$ y=E(k,ϕ)=\int_0^ϕdθ\sqrt{1-k^2\sin^2θ} \qquad (|k|\leq1)