Ada Conformity Assessment Authority      Home Conformity Assessment   Test Suite ARGAda Standard
 
Ada Reference Manual (Ada 2022)Legal Information
Contents   Index   References   Search   Previous   Next 

A.5.5 Big Numbers

1/5
Support is provided for integer arithmetic involving values larger than those supported by the target machine, and for arbitrary-precision real numbers. 

Static Semantics

2/5
The library package Numerics.Big_Numbers has the following declaration:
3/5
package Ada.Numerics.Big_Numbers
   with Pure, Nonblocking, Global => null is
   subtype Field is Integer range 0 .. implementation-defined;
   subtype Number_Base is Integer range 2 .. 16;
end Ada.Numerics.Big_Numbers;

Contents   Index   References   Search   Previous   Next 
Ada-Europe Ada 2005 and 2012 Editions sponsored in part by Ada-Europe