Finish pod separation and add stub tests for remaining subsystems
[Math-GSL.git] / swig / IEEEUtils.i
blob700efe2056aa1611f10cf93d4b35ff21f86ce7a1
1 %module "Math::GSL::IEEEUtils"
2 %{
3 #include "gsl/gsl_ieee_utils.h"
4 %}
6 %include "gsl/gsl_ieee_utils.h"
7 %include "../pod/IEEEUtils.pod"