Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/polynomials.rb
Instance Method Summary collapse
Instance Method Details
#sign ⇒ Object
25 26 27 |
# File 'lib/polynomials.rb', line 25 def sign self/self.abs end |