Method: Float.add

Defined in:
lib/y_support/abstract_algebra.rb

.add(other) ⇒ Object



97
# File 'lib/y_support/abstract_algebra.rb', line 97

def add( other ); self + other end