Ada Programming/Attributes/'Extended Digits

Description

edit

Returns the number of digits using Base in the mantissa of model numbers in the floating point subtype T. The optional parameter is:

BaseĀ : Number_BaseĀ := 10
the base that the subtype is defined in

Example

edit
T'EXTENDED_DIGITS(Base)