Click or drag to resize

AdvancedMathFresnelC Method

Computes the Fresnel cosine integral.

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

Parameters

x
Type: SystemDouble
The argument.

Return Value

Type: Double
The value of C(x).
Remarks

The Fresnel cosine integral is defined as:

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

See Also