Sha256: 23dba8f4af46864da48aea39ce29fa4cf75c3b1f0c89fd766d953006309810ee
Contents?: true
Size: 133 Bytes
Versions: 2
Compression:
Stored size: 133 Bytes
Contents
class Sine def compute( a ) Math.sin( a ) end end class NaturalLogarithm def compute( n ) Math.log( n ) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
copland-0.8.0 | tutorial/05/functions/services.rb |
copland-1.0.0 | tutorial/05/functions/services.rb |