Sha256: 79bbbab3bdc438c9dbb6d98314871a622debc1c7b8f0c3f119b27f4472a95bde

Contents?: true

Size: 160 Bytes

Versions: 1

Compression:

Stored size: 160 Bytes

Contents

require 'yaml'
constants1 = YAML::load_file('statics.yml')

def stirling(strln)
  return (strln/EVALUE**strln)*Math.sqrt(2*PIVALUE*strln);
end

puts stirling(3)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
RubMat-2.1.8 test/testprocedure.rb