Ada Programming/Attributes/'Extended Digits
Description
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
T'EXTENDED_DIGITS(Base)