Class: RubyMath::Acos
- Inherits:
-
Object
- Object
- RubyMath::Acos
- Defined in:
- lib/mdarray/ruby_math.rb
Class Method Summary collapse
Class Method Details
.apply(val) ⇒ Object
10 11 12 |
# File 'lib/mdarray/ruby_math.rb', line 10 def self.apply(val) Math.acos(val) end |