Sha256: 9cf29ddef384c77ab68dad603273e1dcebedc5937e5492ea4d5752c1ed3b1051
Contents?: true
Size: 118 Bytes
Versions: 4
Compression:
Stored size: 118 Bytes
Contents
class Numeric def deg2rad to_f / 180.0 * Math::PI end def rad2deg to_f * 180.0 / Math::PI end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
georuby-ext-0.0.5 | lib/georuby-ext/core_ext.rb |
georuby-ext-0.0.4 | lib/georuby-ext/core_ext.rb |
georuby-ext-0.0.3 | lib/georuby-ext/core_ext.rb |
georuby-ext-0.0.2 | lib/georuby-ext/core_ext.rb |