Main MRPT website > C++ reference for MRPT 1.9.9
Macros | Functions | Variables
fresnel.cpp File Reference
#include "math-precomp.h"
#include <mrpt/math/fresnel.h>
#include <cmath>
#include <cfloat>
Include dependency graph for fresnel.cpp:

Go to the source code of this file.

Macros

#define NUM_ASYMPTOTIC_TERMS   35
 
#define NUM_ASYMPTOTIC_TERMS   35
 

Functions

static long double Power_Series_S (long double x)
 
static long double xFresnel_Auxiliary_Cosine_Integral (long double x)
 
static long double xFresnel_Auxiliary_Sine_Integral (long double x)
 
static long double Power_Series_C (long double x)
 
static long double xChebyshev_Tn_Series (long double x, const long double a[], int degree)
 
long double lfresnel_sin_alt (long double x)
 
long double lfresnel_cos_alt (long double x)
 
double Fresnel_Sine_Integral (double x)
 
long double xFresnel_Sine_Integral (long double x)
 
double Fresnel_Auxiliary_Sine_Integral (double x)
 
static long double sin_Chebyshev_Expansion_0_1 (long double x)
 
static long double sin_Chebyshev_Expansion_1_3 (long double x)
 
static long double sin_Chebyshev_Expansion_3_5 (long double x)
 
static long double sin_Chebyshev_Expansion_5_7 (long double x)
 
static long double sin_Asymptotic_Series (long double x)
 
double Fresnel_Auxiliary_Cosine_Integral (double x)
 
static long double cos_Chebyshev_Expansion_0_1 (long double x)
 
static long double cos_Chebyshev_Expansion_1_3 (long double x)
 
static long double cos_Chebyshev_Expansion_3_5 (long double x)
 
static long double cos_Chebyshev_Expansion_5_7 (long double x)
 
static long double cos_Asymptotic_Series (long double x)
 
double Fresnel_Cosine_Integral (double x)
 
long double xFresnel_Cosine_Integral (long double x)
 

Variables

static long const double sqrt_2pi = 2.506628274631000502415765284811045253006L
 

Macro Definition Documentation

◆ NUM_ASYMPTOTIC_TERMS [1/2]

#define NUM_ASYMPTOTIC_TERMS   35

Definition at line 981 of file fresnel.cpp.

◆ NUM_ASYMPTOTIC_TERMS [2/2]

#define NUM_ASYMPTOTIC_TERMS   35

Definition at line 981 of file fresnel.cpp.

Function Documentation

◆ cos_Asymptotic_Series()

static long double cos_Asymptotic_Series ( long double  x)
static

Definition at line 982 of file fresnel.cpp.

References mrpt::math::factorial(), NUM_ASYMPTOTIC_TERMS, and sqrt_2pi.

Referenced by xFresnel_Auxiliary_Cosine_Integral().

◆ cos_Chebyshev_Expansion_0_1()

static long double cos_Chebyshev_Expansion_0_1 ( long double  x)
static

Definition at line 802 of file fresnel.cpp.

References xChebyshev_Tn_Series().

Referenced by xFresnel_Auxiliary_Cosine_Integral().

◆ cos_Chebyshev_Expansion_1_3()

static long double cos_Chebyshev_Expansion_1_3 ( long double  x)
static

Definition at line 847 of file fresnel.cpp.

References xChebyshev_Tn_Series().

Referenced by xFresnel_Auxiliary_Cosine_Integral().

◆ cos_Chebyshev_Expansion_3_5()

static long double cos_Chebyshev_Expansion_3_5 ( long double  x)
static

Definition at line 893 of file fresnel.cpp.

References xChebyshev_Tn_Series().

Referenced by xFresnel_Auxiliary_Cosine_Integral().

◆ cos_Chebyshev_Expansion_5_7()

static long double cos_Chebyshev_Expansion_5_7 ( long double  x)
static

Definition at line 937 of file fresnel.cpp.

References xChebyshev_Tn_Series().

Referenced by xFresnel_Auxiliary_Cosine_Integral().

◆ Fresnel_Auxiliary_Cosine_Integral()

double Fresnel_Auxiliary_Cosine_Integral ( double  x)

Definition at line 545 of file fresnel.cpp.

References xFresnel_Auxiliary_Cosine_Integral().

◆ Fresnel_Auxiliary_Sine_Integral()

double Fresnel_Auxiliary_Sine_Integral ( double  x)

Definition at line 232 of file fresnel.cpp.

References xFresnel_Auxiliary_Sine_Integral().

◆ Fresnel_Cosine_Integral()

double Fresnel_Cosine_Integral ( double  x)

Definition at line 619 of file fresnel.cpp.

References xFresnel_Cosine_Integral().

◆ Fresnel_Sine_Integral()

double Fresnel_Sine_Integral ( double  x)

Definition at line 105 of file fresnel.cpp.

References xFresnel_Sine_Integral().

◆ lfresnel_cos_alt()

long double lfresnel_cos_alt ( long double  x)

◆ lfresnel_sin_alt()

long double lfresnel_sin_alt ( long double  x)

◆ Power_Series_C()

static long double Power_Series_C ( long double  x)
static

Definition at line 686 of file fresnel.cpp.

References mrpt::math::factorial().

Referenced by lfresnel_cos_alt(), and xFresnel_Cosine_Integral().

◆ Power_Series_S()

static long double Power_Series_S ( long double  x)
static

Definition at line 172 of file fresnel.cpp.

References mrpt::math::factorial().

Referenced by lfresnel_sin_alt(), and xFresnel_Sine_Integral().

◆ sin_Asymptotic_Series()

static long double sin_Asymptotic_Series ( long double  x)
static

Definition at line 484 of file fresnel.cpp.

References mrpt::math::factorial(), NUM_ASYMPTOTIC_TERMS, and sqrt_2pi.

Referenced by xFresnel_Auxiliary_Sine_Integral().

◆ sin_Chebyshev_Expansion_0_1()

static long double sin_Chebyshev_Expansion_0_1 ( long double  x)
static

Definition at line 301 of file fresnel.cpp.

References xChebyshev_Tn_Series().

Referenced by xFresnel_Auxiliary_Sine_Integral().

◆ sin_Chebyshev_Expansion_1_3()

static long double sin_Chebyshev_Expansion_1_3 ( long double  x)
static

Definition at line 346 of file fresnel.cpp.

References xChebyshev_Tn_Series().

Referenced by xFresnel_Auxiliary_Sine_Integral().

◆ sin_Chebyshev_Expansion_3_5()

static long double sin_Chebyshev_Expansion_3_5 ( long double  x)
static

Definition at line 393 of file fresnel.cpp.

References xChebyshev_Tn_Series().

Referenced by xFresnel_Auxiliary_Sine_Integral().

◆ sin_Chebyshev_Expansion_5_7()

static long double sin_Chebyshev_Expansion_5_7 ( long double  x)
static

Definition at line 438 of file fresnel.cpp.

References xChebyshev_Tn_Series().

Referenced by xFresnel_Auxiliary_Sine_Integral().

◆ xChebyshev_Tn_Series()

static long double xChebyshev_Tn_Series ( long double  x,
const long double  a[],
int  degree 
)
static

◆ xFresnel_Auxiliary_Cosine_Integral()

long double xFresnel_Auxiliary_Cosine_Integral ( long double  x)
static

◆ xFresnel_Auxiliary_Sine_Integral()

long double xFresnel_Auxiliary_Sine_Integral ( long double  x)
static

◆ xFresnel_Cosine_Integral()

long double xFresnel_Cosine_Integral ( long double  x)

◆ xFresnel_Sine_Integral()

long double xFresnel_Sine_Integral ( long double  x)

Variable Documentation

◆ sqrt_2pi

long const double sqrt_2pi = 2.506628274631000502415765284811045253006L
static

Definition at line 206 of file fresnel.cpp.

Referenced by cos_Asymptotic_Series(), and sin_Asymptotic_Series().




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST