Page 1 of 1
[Solved] OpenOffice Calc Formulas Algorithms
Posted: Wed Jan 17, 2018 5:40 pm
by eduardosilveira
Hi, OpenOffice Calc has several financial formulas such as IRR, PV and NPV. Well, I'd like to know how OpenOffice implements these formulas according their algorithms.
Also, I cloned OpenOffice source code in my local repository. I create this topic because, I coundn't find developer's forum. If somebody could me send a link for Developer Forum.
Best Regards,
Re: OpenOffice Calc Formulas Algorithms
Posted: Wed Jan 17, 2018 5:55 pm
by FJCC
There is a developer's mailing list. Information about it, including how to subscribe, can be found
here.
Re: OpenOffice Calc Formulas Algorithms
Posted: Wed Jan 17, 2018 7:28 pm
by acknak
The online help includes the formula implemented, shown in mathematical notation. That doesn't tell you how the code works, but it does allow you to compare OO's definition with other published works.
Re: OpenOffice Calc Formulas Algorithms
Posted: Wed Jan 17, 2018 8:11 pm
by MrProgrammer
Hi, and welcome to the forum.
eduardosilveira wrote:OpenOffice Calc has several financial formulas such as IRR, PV and NPV. Well, I'd like to know how OpenOffice implements these formulas according their algorithms.
Calc: Derivation of Financial Formulas
acknak wrote:The online help …
Here's the link:
Calc: Financial functions
If this solved your problem please go to your first post use the Edit button and add [Solved] to the start of the title. You can select the green checkmark icon at the same time.