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