|
Chapter 10. Operators
Arithmetic OperatorsRemember basic arithmetic from school? These work just like those. Table 10-1. Arithmetic Operators
The division operator ("/") returns an integer value (the result of an integer division) if the two operands are integers (or strings that get converted to integers). If either operand is a floating-point value, floating-point division is performed. |
|||||||||||||||||||||||||||||||||||
With any suggestions or questions please feel free to contact us |