From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.36.137.130 with SMTP id s124mr2352855itd.30.1508221805546; Mon, 16 Oct 2017 23:30:05 -0700 (PDT) X-Received: by 10.157.94.7 with SMTP id d7mr468680oti.8.1508221805482; Mon, 16 Oct 2017 23:30:05 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.fcku.it!peer02.fr7!futter-mich.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!l196no213628itl.0!news-out.google.com!194ni482itf.0!nntp.google.com!k70no214219itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 16 Oct 2017 23:30:05 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:1206:45c6:8b20:a4ad:bcb3:f56d:ca55; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:45c6:8b20:a4ad:bcb3:f56d:ca55 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <08b898a2-168e-4740-9c6e-8f2d9abf7093@googlegroups.com> Subject: Re: How to make tasks to run in parallel From: gautier_niouzes@hotmail.com Injection-Date: Tue, 17 Oct 2017 06:30:05 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Body-CRC: 852147424 X-Received-Bytes: 1595 Xref: news.eternal-september.org comp.lang.ada:48484 Date: 2017-10-16T23:30:05-07:00 List-Id: > And also why a private Real type when there is a general Float. Probably Reinert meant rather "subtype Real is Float". And it is very useful, especially when you discover that the chosen floating-point type is too inaccurate: you just need to change a few characters in a single line of code... G.