Click or drag to resize

AdvancedMathFresnelS Method

Computes the Fresnel sine integral.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static double FresnelS(
	double x
)

Parameters

x
Type: SystemDouble
The argument.

Return Value

Type: Double
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