ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
sf_sincos_pi.hpp File Reference
#include <gsl/gsl_sf_sincos_pi.h>
#include "sf_result.hpp"
Include dependency graph for sf_sincos_pi.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  gsl
 The gsl package creates an interface to the GNU Scientific Library for C++.
 
namespace  gsl::sf
 This namespace is used for special functions that in GSL are prefixed gsl_sf.
 

Functions

int gsl::sf::sin_pi_e (double x, result &result)
 C++ version of gsl_sf_sin_pi_e(). More...
 
double gsl::sf::sin_pi (double const x)
 C++ version of gsl_sf_sin_pi(). More...
 
int gsl::sf::cos_pi_e (double x, result &result)
 C++ version of gsl_sf_cos_pi_e(). More...
 
double gsl::sf::cos_pi (double const x)
 C++ version of gsl_sf_cos_pi(). More...