Package rocks.palaiologos.maja
Class Fresnel
java.lang.Object
rocks.palaiologos.maja.Fresnel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static doubleCAsymptotic_Series(double x) static doubleCChebyshev_Expansion_0_1(double x) static doubleCChebyshev_Expansion_1_3(double x) static doubleCChebyshev_Expansion_3_5(double x) static doubleCChebyshev_Expansion_5_7(double x) private static doublechebvl(double x, double[] a, int degree) private static doublefresnelAuxiliaryCosineIntegral(double x) private static doublefresnelAuxiliarySineIntegral(double x) static doublefresnelC(double x) static doublefresnelS(double x) private static doublepowerSeriesC(double x) private static doublepowerSeriesS(double x) private static doubleSAsymptotic_Series(double x) private static doubleSChebyshev_Expansion_0_1(double x) private static doubleSChebyshev_Expansion_1_3(double x) private static doubleSChebyshev_Expansion_3_5(double x) private static doubleSChebyshev_Expansion_5_7(double x)
-
Field Details
-
sqrt_2pi
static final double sqrt_2pi- See Also:
-
-
Constructor Details
-
Fresnel
private Fresnel()
-
-
Method Details
-
SChebyshev_Expansion_0_1
private static double SChebyshev_Expansion_0_1(double x) -
SChebyshev_Expansion_1_3
private static double SChebyshev_Expansion_1_3(double x) -
SChebyshev_Expansion_3_5
private static double SChebyshev_Expansion_3_5(double x) -
SChebyshev_Expansion_5_7
private static double SChebyshev_Expansion_5_7(double x) -
SAsymptotic_Series
private static double SAsymptotic_Series(double x) -
CChebyshev_Expansion_0_1
public static double CChebyshev_Expansion_0_1(double x) -
CChebyshev_Expansion_1_3
public static double CChebyshev_Expansion_1_3(double x) -
CChebyshev_Expansion_3_5
public static double CChebyshev_Expansion_3_5(double x) -
CChebyshev_Expansion_5_7
public static double CChebyshev_Expansion_5_7(double x) -
CAsymptotic_Series
private static double CAsymptotic_Series(double x) -
fresnelAuxiliaryCosineIntegral
private static double fresnelAuxiliaryCosineIntegral(double x) -
fresnelAuxiliarySineIntegral
private static double fresnelAuxiliarySineIntegral(double x) -
fresnelS
public static double fresnelS(double x) -
fresnelC
public static double fresnelC(double x) -
chebvl
private static double chebvl(double x, double[] a, int degree) -
powerSeriesS
private static double powerSeriesS(double x) -
powerSeriesC
private static double powerSeriesC(double x)
-