Ada Programming/Attributes/'Extended Digits

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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)