math
クラス AssociatedLegendre

java.lang.Object
  上位を拡張 math.AssociatedLegendre

public class AssociatedLegendre
extends java.lang.Object

ルジャンドル陪多項式クラス


コンストラクタの概要
AssociatedLegendre()
           
 
メソッドの概要
protected static double factorial(int n)
          階乗の値を返す
static double get(double x, int n, int m)
          ルジャンドル陪多項式の値を返す
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AssociatedLegendre

public AssociatedLegendre()
メソッドの詳細

get

public static double get(double x,
                         int n,
                         int m)
ルジャンドル陪多項式の値を返す

パラメータ:
x - 変数値
n - 次数
m - 微分回数
戻り値:
関数値

factorial

protected static double factorial(int n)
階乗の値を返す

パラメータ:
n - 変数値
戻り値:
階乗の値