Go to the first, previous, next, last section, table of contents.

Trigonometric Integrals

Function: double gsl_sf_Si (const double x)
Function: int gsl_sf_Si_e (double x, gsl_sf_result * result)
These routines compute the Sine integral @math{Si(x) = \int_0^x dt \sin(t)/t}.

Function: double gsl_sf_Ci (const double x)
Function: int gsl_sf_Ci_e (double x, gsl_sf_result * result)
These routines compute the Cosine integral @math{Ci(x) = -\int_x^\infty dt \cos(t)/t} for @math{x > 0}.


Go to the first, previous, next, last section, table of contents.