20#ifndef CCGSL_SF_POW_INT_HPP
21#define CCGSL_SF_POW_INT_HPP
23#include<gsl/gsl_sf_pow_int.h>
43 inline double pow_int(
double const x,
int const n ){
return gsl_sf_pow_int( x,
n ); }
size_t n(workspace const &w)
C++ version of gsl_rstat_n().
int pow_int_e(double x, int n, result &result)
C++ version of gsl_sf_pow_int_e().
gsl_sf_result result
Typedef for gsl_sf_result.
double pow_int(double const x, int const n)
C++ version of gsl_sf_pow_int().
The gsl package creates an interface to the GNU Scientific Library for C++.