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