20#ifndef CCGSL_SF_SINCOS_PI_HPP
21#define CCGSL_SF_SINCOS_PI_HPP
23#include<gsl/gsl_sf_sincos_pi.h>
43 inline double sin_pi(
double const x ){
return gsl_sf_sin_pi( x ); }
58 inline double cos_pi(
double const x ){
return gsl_sf_cos_pi( x ); }
int cos_pi_e(double x, result &result)
C++ version of gsl_sf_cos_pi_e().
double sin_pi(double const x)
C++ version of gsl_sf_sin_pi().
int sin_pi_e(double x, result &result)
C++ version of gsl_sf_sin_pi_e().
double cos_pi(double const x)
C++ version of gsl_sf_cos_pi().
gsl_sf_result result
Typedef for gsl_sf_result.
The gsl package creates an interface to the GNU Scientific Library for C++.