You are here

Definitions

5 February, 2015 - 11:20

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.