math.laguerre
code:Lua
y = textmodule.math.laguerre(n, x)
モジュール
math
引数
table:_
変数 型 概要
1 n number 処理する数値
2 x number 処理する数値
返り値
table:_
変数 型 概要
1 y number 処理された数値
概要
ラゲール多項式を計算する。
$ y=L_n(x)=\frac{e^x}{n!}\frac{d^n}{dx^n}(x^ne^{-x}) \qquad (x\geq0)
n >= 128の場合、関数の結果は未定義である。