next up previous contents index
Next: Atoms Up: Expressions and conditions Previous: Expressions and conditions

Arithmetic conversions

  

When a description of an arithmetic operator below uses the phrase ``the numeric arguments are converted to a common type'', this both means that if either argument is not a number, a TypeError exception is raised, and that otherwise the following conversions are applied:            



guido@cwi.nl