public class UpperBounds extends Object
Modifier and Type | Method and Description |
---|---|
static double |
getDnl(double xx,
double xpl,
int n,
int l)
Get the upper bound value Dnl(Χ).
|
static double |
getRnml(double gamma,
int n,
int l,
int m,
int eps,
int irf)
Get the upper bound value Rεn,m,l(γ).
|
public static double getDnl(double xx, double xpl, int n, int l)
xx
- value of Χ²xpl
- value of Χ * (Χ² / 2)ln
- index n (power of a/R)l
- index l (power of eccentricity)public static double getRnml(double gamma, int n, int l, int m, int eps, int irf)
gamma
- value of γn
- index nl
- index lm
- index meps
- ε value (+1/-1)irf
- retrograde factor I (+1/-1)Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.