Class: RubyMath::Atan
- Inherits:
-
Object
- Object
- RubyMath::Atan
- Defined in:
- lib/mdarray/ruby_math.rb
Class Method Summary collapse
Class Method Details
.apply(val) ⇒ Object
34 35 36 |
# File 'lib/mdarray/ruby_math.rb', line 34 def self.apply(val) Math.atan(val) end |