ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
sf_pow_int.hpp File Reference
#include <gsl/gsl_sf_pow_int.h>
#include "mode.hpp"
#include "sf_result.hpp"
Include dependency graph for sf_pow_int.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::pow_int_e (double x, int n, result &result)
 C++ version of gsl_sf_pow_int_e(). More...
 
double gsl::sf::pow_int (double const x, int const n)
 C++ version of gsl_sf_pow_int(). More...