| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following functions are equivalent to the function gsl_pow_int
(see section 4.4 Small integer powers) with an error estimate. These functions are
declared in the header file `gsl_sf_pow_int.h'.
#include <gsl/gsl_sf_pow_int.h> /* compute 3.0**12 */ double y = gsl_sf_pow_int(3.0, 12); |