|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectmath.AssociatedLegendre
public class AssociatedLegendre
ルジャンドル陪多項式クラス
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public AssociatedLegendre()
メソッドの詳細 |
---|
public static double get(double x, int n, int m)
x
- 変数値n
- 次数m
- 微分回数
protected static double factorial(int n)
n
- 変数値
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |