Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/math_probability.rb

Instance Method Summary collapse

Instance Method Details

#factoralObject



51
52
53
# File 'lib/math_probability.rb', line 51

def factoral
  self.downto(1).inject(:*)
end