How to compute (numerically)
$$ F(x) = \int_{-\infty}^x \dfrac{\sin(t)}{t} dt $$
$$F(x) = \int_{-\infty}^x \dfrac{\sin(t)}{t} dt=\text{Si}(x)+\frac{\pi }{2}$$
For the computation of the sine integral function, you will find subroutines in Numerical Recipes (have a look here).
Copyright © 2021 JogjaFile Inc.
$$F(x) = \int_{-\infty}^x \dfrac{\sin(t)}{t} dt=\text{Si}(x)+\frac{\pi }{2}$$
For the computation of the sine integral function, you will find subroutines in Numerical Recipes (have a look here).