public static double IntegralSi(
double x
)
Public Shared Function IntegralSi (
x As Double
) As Double
public:
static double IntegralSi(
double x
)
static member IntegralSi :
x : float -> float
The sine integral is defined as:
The sine integral is zero at the origin and executes a damped oscillation around π/2 as its argument increases.