VocabularymathInputsOutputsWord descriptionAdds two numbers.
| • | Addition of fixnums may overflow and convert the result to a bignum. |
| • | Addition of bignums always yields a bignum. |
| • | Addition of floats always yields a float. |
| • | Addition of ratios and complex numbers proceeds using the relevant mathematical rules. |
DefinitionMethods