Meta.Numerics Library
FresnelS Method (x)
Meta.NumericsMeta.Numerics.FunctionsAdvancedMathFresnelS(Double)
Computes the Fresnel sine integral.
Declaration Syntax
C#Visual BasicVisual C++F#
public static double FresnelS(
	double x
)
Public Shared Function FresnelS ( _
	x As Double _
) As Double
public:
static double FresnelS(
	double x
)
static member FresnelS : 
        x:float -> float 
Parameters
x (Double)
The argument.
Return Value
The value of S(x).
Remarks

The Fresnel sine integral is defined as:

It appears in wave optics in the calculation of diffraction patterns.

See Also