Yields the radix of the hardware
representation of the type
T. The value of this attribute is of
the type
universal_integer.
Yields the value True if rounding
is performed on inexact results of every predefined operation that yields
a result of the type
T; yields the value False otherwise. The
value of this attribute is of the predefined type Boolean.
Yields the value True if overflow
and divide-by-zero are detected and reported by raising Constraint_Error
for every predefined operation that yields a result of the type
T;
yields the value False otherwise. The value of this attribute is of the
predefined type Boolean.
{
incompatibilities with Ada 83}
The
Mantissa, Large, Safe_Small, and Safe_Large attributes of fixed point
types are removed from the language.
Implementations are encouraged to eliminate
the resulting incompatibility by retaining these attributes, during a
transition period, in the form of implementation-defined attributes with
their former values.