Adding tests to the Poly subsystem
[Math-GSL.git] / Math.i
blobf4dd29c0f387b7f1b6f6fcd07d2d14fad9f1f168
1 %module Math
2 %{
3 #include "/usr/local/include/gsl/gsl_math.h"
4 %}
6 %include "/usr/local/include/gsl/gsl_math.h"
8 %perlcode %{
9 @EXPORT_OK = qw/
10 $M_PI
11 $M_LN2
13 %EXPORT_TAGS = ( all => [ @EXPORT_OK ] );