AdvancedMathIntegralLittleSi Method

Computes the reduced sine integral.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static double IntegralLittleSi(
	double x
)

Parameters

x  Double
The argument.

Return Value

Double
The value of si(x).

Remarks

The value of the little sine integral is offset from the value of the big sine integral by π/2. Thus at the orgin it has the value -π/2, but asymptotically it oscialtes around zero. Thus its better to use this function for large values when you want to accurate know the amplitude of these oscilations.

See Also