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=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,291a053a531b5b8f X-Google-Attributes: gid103376,public From: mfb@mbunix.mitre.org (Michael F Brenner) Subject: Re: Ada routine to compute Internal Rate Of Return Date: 1998/12/10 Message-ID: <74pgv2$94b@top.mitre.org>#1/1 X-Deja-AN: 420958238 References: <366EC73C.1BF26A8E@pwfl.com> Organization: none Newsgroups: comp.lang.ada Date: 1998-12-10T00:00:00+00:00 List-Id: While Ada is a cool language, it is interesting to note that two of the spreadsheets I have on my computers have an IRR function. One of these spreadsheets should be accessible through the recently posted COM interface, so one way to do it in Ada might be to use Ada through COM to ask the spreadsheet to do it for you, if that COM interface can handle this.