Class: RubyMath::Asin
- Inherits:
-
Object
- Object
- RubyMath::Asin
- Defined in:
- lib/mdarray/ruby_math.rb
Class Method Summary collapse
Class Method Details
.apply(val) ⇒ Object
22 23 24 |
# File 'lib/mdarray/ruby_math.rb', line 22 def self.apply(val) Math.asin(val) end |