Added is_valid_double() and is_valid_float() and tweaked a PowInt test.
[Math-GSL.git] / Histogram.i
blobcd79e87acd2256c5a1d661b0c9386efce5722fbd
1 %module Histogram
2 %{
3 #include "gsl/gsl_histogram.h"
4 %}
6 %include "gsl/gsl_histogram.h"