Ada Programming/Libraries/Ada.Numerics
Appearance
This language feature is available from Ada 95 on.
Ada.Numerics is a unit of the Predefined Language Environment since Ada 95.
Specification
[edit | edit source]package
Ada.Numericsis
pragma
Pure (Numerics); Argument_Error :exception
; Pi :constant
:= 3.14159_26535_89793_23846_26433_83279_50288_41971_69399_37511; π :constant
:= Pi; e :constant
:= 2.71828_18284_59045_23536_02874_71352_66249_77572_47093_69996;end
Ada.Numerics;
- π
- This language feature is only available from Ada 2005 on.
See also
[edit | edit source]Wikibook
[edit | edit source]External examples
[edit source]- Search for examples of
Ada.Numerics
in: Rosetta Code, GitHub (gists), any Alire crate or this Wikibook. - Search for posts related to
Ada.Numerics
in: Stack Overflow, comp.lang.ada or any Ada related page.
Ada Reference Manual
[edit | edit source]Ada 95
[edit | edit source]Ada 2005
[edit | edit source]Ada 2012
[edit | edit source]Ada Issues
[edit | edit source]Open-Source Implementations
[edit | edit source]FSF GNAT
- Specification: a-numeri.ads
drake
- Specification: numerics/a-numeri.ads