examples/math/power.rb in
rb-gsl-1.16.0.4
vs examples/math/power.rb in
rb-gsl-1.16.0.5
- old
+ new
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-require("gsl")
+require("gsl")
p GSL::pow_int(8, 3) p 8*8*8.0 p GSL::pow_2(2)