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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Alejandro R. Mosteo" Newsgroups: comp.lang.ada Subject: Bernoulli numbers at RosettaCode Date: Fri, 10 Feb 2017 17:51:56 +0100 Organization: A noiseless patient Spider Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Fri, 10 Feb 2017 16:50:08 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="a0302eae0d981ce585b4802e80be29a7"; logging-data="27031"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+I/o+AIYEWIenzXpI0UQ8c" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 X-Mozilla-News-Host: news://news.eternal-september.org:119 Cancel-Lock: sha1:/XBpFGX0LV9rz3Gv18/V1oYksMg= Xref: news.eternal-september.org comp.lang.ada:33313 Date: 2017-02-10T17:51:56+01:00 List-Id: While reading on the first algorithm attributed to our favorite lady, I saw that there's no Ada implementation at RosettaCode. Just in case someone has some time in their hands to fix this omission. https://rosettacode.org/wiki/Bernoulli_numbers Funnily enough, the Pascal impl is taken from an Ada one: https://marquisdegeek.com/code_ada99 Cheers, Álex.