2 lines
41 B
Ruby
2 lines
41 B
Ruby
|
|
(1..10).each{|i| puts Math.gamma(i/3.0)}
|
|
|
(1..10).each{|i| puts Math.gamma(i/3.0)}
|