Exception: Math::DomainError
- Defined in:
- opal/stdlib/math.rb
Class Method Summary collapse
Class Method Details
.new(method) ⇒ Object
| 3 4 5 | # File 'opal/stdlib/math.rb', line 3 def self.new(method) super "Numerical argument is out of domain - \"#{method}\"" end |