examples/math/inf_nan.rb in rb-gsl-1.16.0.4 vs examples/math/inf_nan.rb in rb-gsl-1.16.0.5
- old
+ new
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-require("gsl")
+require("gsl")
include GSL
puts("GSL_POSINF")
p GSL::POSINF
p GSL::POSINF.class
- old
+ new