Class: RubyMath::Erfc
- Inherits:
-
Object
- Object
- RubyMath::Erfc
- Defined in:
- lib/mdarray/ruby_math.rb
Class Method Summary collapse
Class Method Details
.apply(val) ⇒ Object
76 77 78 |
# File 'lib/mdarray/ruby_math.rb', line 76 def self.apply(val) Math.erfc(val) end |