Method: Rational.additive_identity
- Defined in:
- lib/y_support/abstract_algebra.rb
.additive_identity ⇒ Object Also known as: zero
108 |
# File 'lib/y_support/abstract_algebra.rb', line 108 def additive_identity; Rational 0, 1 end |