
Available under Creative Commons-ShareAlike 4.0 International License.
Definition 3.1: data type
Defines a set of values and a set of operations that can be applied on those values.
Definition 3.2: data type families
1) Nothing 2) Integer 3) Floating-Point 4) Complex
Definition 3.3: domain
The set of allowed values for a data type.
Definition 3.4: integer
A data type representing whole numbers.
Definition 3.5: floating point
A data type representing numbers with fractional parts.
- 1532 reads