Flowdock
+(a) public

Returns the addition of this value and a.

Examples:

r = Rational(3,4)      # -> Rational(3,4)
r + 1                  # -> Rational(7,4)
r + 0.5                # -> 1.25
Show source
Register or log in to add new notes.