Sha256: f1a588f8e85a34ffa6837e24740999eb883b844c889be3cbfaa1ffa6525e2a64

Contents?: true

Size: 120 Bytes

Versions: 39

Compression:

Stored size: 120 Bytes

Contents

class Numeric #:nodoc:
  def degrees
    self * 180 / Math::PI
  end

  def radians
    self * Math::PI / 180
  end
end

Version data entries

39 entries across 39 versions & 3 rubygems

Version Path
jruby_art-0.4.2 lib/jruby_art/helpers/numeric.rb
ruby-processing-2.6.14 lib/ruby-processing/helpers/numeric.rb
jruby_art-0.4.0 lib/jruby_art/helpers/numeric.rb
jruby_art-0.3.1.pre lib/jruby_art/helpers/numeric.rb
ruby-processing-2.6.13 lib/ruby-processing/helpers/numeric.rb
jruby_art-0.3.0.pre lib/jruby_art/helpers/numeric.rb
ruby-processing-2.6.12 lib/ruby-processing/helpers/numeric.rb
ruby-processing-2.6.11 lib/ruby-processing/helpers/numeric.rb
ruby-processing-2.6.10 lib/ruby-processing/helpers/numeric.rb
ruby-processing-2.6.9 lib/ruby-processing/helpers/numeric.rb
ruby-processing-2.6.8 lib/ruby-processing/helpers/numeric.rb
jruby_art-0.2.2.pre lib/jruby_art/helpers/numeric.rb
jruby_art-0.2.1.pre lib/jruby_art/helpers/numeric.rb
ruby-processing-2.6.7 lib/ruby-processing/helpers/numeric.rb
jruby_art-0.2.0.pre lib/jruby_art/helpers/numeric.rb
ruby-processing-2.6.6 lib/ruby-processing/helpers/numeric.rb
ruby-processing-2.6.5 lib/ruby-processing/helpers/numeric.rb
ruby-processing-2.6.4 lib/ruby-processing/helpers/numeric.rb
ruby-processing-2.6.3 lib/ruby-processing/helpers/numeric.rb