WLJS LogoWLJS Notebook

SinIntegral

SinIntegral[z] gives the sine integral function Si(z).

Examples

Evaluate at a numeric value:

SinIntegral[2.0]
(* 1.60541 *)

Plot the function:

Plot[SinIntegral[x], {x, -10, 10}]

Please visit the official Wolfram Language Reference for more details.

On this page