examples/math/functions.rb in gsl-1.15.3 vs examples/math/functions.rb in gsl-1.16.0.6

- old
+ new

@@ -1,6 +1,6 @@ #!/usr/bin/env ruby -require("gsl") +require("gsl") puts("gsl_log1p") p GSL::log1p(0.1) a = GSL::Vector.alloc(0.1, 1, 2, 3, 4)