Class Fresnel

java.lang.Object
rocks.palaiologos.maja.Fresnel

class Fresnel extends Object
  • Field Details

  • 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)