5.1 数值型间的转换 Arithmetic conversions

When a description of an arithmetic operator below uses the phrase ``the numeric arguments are converted to a common type,'' the arguments are coerced using the coercion rules listed at the end of chapter 3. If both arguments are standard numeric types, the following coercions are applied:

当用以下短语"数值型参数转换为通用类型"描述数值型操作数时, 参数使用第三章中结尾处的强制规则进行强制转换.如果两个参数都属于标准数值型的, 就使用以下的强制规则:

Some additional rules apply for certain operators (e.g., a string left argument to the `%' operator). Extensions can define their own coercions.

对于某些运算符有特殊的规则(例如, "