legen

    Legendre 多項式 \(P_n(x)\) を計算する倍精度サブルーチン.

  • サブルーチン名: legen

  • 呼び出し方:call legen(n,x,value)

  • 引 数:
    引数

    意 味

    入出力の区分

    備 考

    nLegendre 多項式の次数 \(n\)入力
    xLegendre 多項式の独立変数 \(x\) の値入力
    valueLegendre 多項式 \(P_n(x)\) の値出力