Next: Number-shortcuts and iterators, Previous: Number-point creation, Up: Number [Index]
Coerce to the other number’s class the one number between the receiver and aNumber which has the lowest, and retry calling aSymbol. aSymbol is supposed not to be #= or #~= (since those don’t fail if aNumber is not a Number).
Coerce to the other number’s class the one number between the receiver and aNumber which has the lowest, and retry calling #-.
Coerce to the other number’s class the one number between the receiver and aNumber which has the lowest, and retry calling #/.
Coerce to the other number’s class the one number between the receiver and aNumber which has the lowest, and retry calling #=.
Raise an error—a retrying method was called with two arguments having the same generality.
Coerce to the other number’s class the one number between the receiver and aNumber which has the lowest, and retry calling #~=.
Coerce to the other number’s class the one number between the receiver and aNumber which has the lowest, and retry calling #*.
Coerce to the other number’s class the one number between the receiver and aNumber which has the lowest, and retry calling aSymbol (<, <=, >, >=).
Coerce to the other number’s class the one number between the receiver and aNumber which has the lowest, and retry calling #+.
Next: Number-shortcuts and iterators, Previous: Number-point creation, Up: Number [Index]