RM F 1 2 Decimal Radix Support (GNAT Reference Manual) (original) (raw)

Next: RM G: Numerics, Previous: RM F(7): COBOL Support, Up: Implementation Advice [Contents][Index]


6.59 RM F.1(2): Decimal Radix Support

“Packed decimal should be used as the internal representation for objects of subtype S when S’Machine_Radix = 10.”

Not followed. GNAT ignores S’Machine_Radix and always uses binary representations.