Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'ada'

749640 - rel_fehler: ada numstoch rel_fehler
  1. --  FILE:       rel_fehler.adb
  2.  
  3. with Ada.Numerics.Elementary_Functions;
  4. use Ada.Numerics.Elementary_Functions;
  5.  
  6. with Ada.Text_IO;
  7. use Ada.Text_IO;
  8.  
  9.  
602710 - Ada.Containers.Prime_Numbers: ada standard package library
  1. package Ada.Containers.Prime_Numbers is
  2.    pragma Pure;
  3.  
  4.    type Primes_Type is array (Positive range <>) of Hash_Type;
  5.  
  6.    Primes : constant Primes_Type :=
  7.      (53,         97,         193,       389,       769,
  8.       1543,       3079,       6151,      12289,     24593,
  9.  
worth-right
worth-right