Next: , Previous: Booleans, Up: Values



3.3 Numeric Types

int, count, and double types should be familiar to most programmers as integer, unsigned integer, and double-precision floating-point types.

These types are referred to collectively as numeric. Numeric types can be used in arithmetic operations (see below) as well as in comparisons (Comparison Operators).