Special.Fresnel Method

Returns the value of the complex fresnel integral for the specified number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Complex<double> Fresnel(
	double x
)

Parameters

x  Double
A real number.

Return Value

Complex<Double>
A complex number whose real part is the Fresnel cosine integral for x, and whose imaginary part is the Fresnel sine integral for x.

See Also