RosettaCodeData/Task/Gamma-function/Ruby/gamma-function-2.rb
2023-07-01 13:44:08 -04:00

1 line
41 B
Ruby

(1..10).each{|i| puts Math.gamma(i/3.0)}