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
)
Public Shared Function FresnelC (
x As Double
) As Double
public:
static double FresnelC(
double x
)
static member FresnelC :
x : float -> float
Parameters
- x
- Type: SystemDouble
The argument.
Return Value
Type:
DoubleThe 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