Refactoring of the Complex tests
[Math-GSL.git] / PowInt.i
blob7cda3db6e71414fc9a6dfac22c9724a85b9e4318
1 %module PowInt
2 %{
3 #include "/usr/local/include/gsl/gsl_pow_int.h"
4 %}
6 %include "/usr/local/include/gsl/gsl_pow_int.h"
8 %perlcode %{
10 our @EXPORT_OK = qw/ gsl_pow_2 gsl_pow_2 gsl_pow_3
11 gsl_pow_4 gsl_pow_5 gsl_pow_6
12 gsl_pow_7 gsl_pow_8 gsl_pow_9
14 our %EXPORT_TAGS = ( all => [ @EXPORT_OK ] );