-
+ D0EC9ED3535A120A612D261B779EC88A02EA7BE5A683399E8C49E2D1E8833897DD8B84F1E517DC570DE17E4CA6752B5654E5ADE3D3974D94842BCEBF57AB65BE
ffa/ffademo/demo_ch2.ads
(0 . 0)(1 . 26)
276 ------------------------------------------------------------------------------
277 ------------------------------------------------------------------------------
278 -- This file is part of 'Finite Field Arithmetic', aka 'FFA'. --
279 -- --
280 -- (C) 2017 Stanislav Datskovskiy ( www.loper-os.org ) --
281 -- http://wot.deedbot.org/17215D118B7239507FAFED98B98228A001ABFFC7.html --
282 -- --
283 -- You do not have, nor can you ever acquire the right to use, copy or --
284 -- distribute this software ; Should you use this software for any purpose, --
285 -- or copy and distribute it to anyone or in any manner, you are breaking --
286 -- the laws of whatever soi-disant jurisdiction, and you promise to --
287 -- continue doing so for the indefinite future. In any case, please --
288 -- always : read and understand any software ; verify any PGP signatures --
289 -- that you use - for any purpose. --
290 -- --
291 -- See also http://trilema.com/2015/a-new-software-licensing-paradigm . --
292 ------------------------------------------------------------------------------
293 ------------------------------------------------------------------------------
294
295 package Demo_Ch2 is
296
297 procedure Demo_Word_Preds;
298 procedure Demo_FZ_Basics;
299 procedure Demo_FZ_Various_Ops;
300
301 end Demo_Ch2;