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)
Category:Book:Ada Programming#Attributes/'Extended%20Digits%20
Category:Book:Ada Programming