math.expint
code:Lua
y = textmodule.math.expint(x)
モジュール
math
引数
table:_
変数 型 概要
1 x number 処理する数値
返り値
table:_
変数 型 概要
1 y number 処理された数値
概要
指数積分を計算する。
$ y=Ei(x)=-\int_{-x}^∞dt\frac{e^{-t}}{t}=-\int_{-∞}^xdt\frac{e^t}{t}