Class: RubyMath::Erf
- Inherits:
-
Object
- Object
- RubyMath::Erf
- Defined in:
- lib/mdarray/ruby_math.rb
Class Method Summary collapse
Class Method Details
.apply(val) ⇒ Object
70 71 72 |
# File 'lib/mdarray/ruby_math.rb', line 70 def self.apply(val) Math.erf(val) end |