Advertising
advertising
related pastes to tag 'ada'
- 749640 - rel_fehler: ada numstoch rel_fehler
-
- -- FILE: rel_fehler.adb
- with Ada.Numerics.Elementary_Functions;
- use Ada.Numerics.Elementary_Functions;
- with Ada.Text_IO;
- use Ada.Text_IO;
- 602710 - Ada.Containers.Prime_Numbers: ada standard package library
-
- package Ada.Containers.Prime_Numbers is
- pragma Pure;
- type Primes_Type is array (Positive range <>) of Hash_Type;
- Primes : constant Primes_Type :=
- (53, 97, 193, 389, 769,
- 1543, 3079, 6151, 12289, 24593,