Returns the value of the Fresnel sine integral for the specified number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe value of the Fresnel sine integral for
x
Reference