本文介绍了如何在Objective-C中实现/计算此功能?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
CUMIPMT(Rate,NumberOfPayments,PresentValue,StartPeriod,EndPeriod,Type).请逐步告诉我该公式的工作原理.
CUMIPMT(Rate,NumberOfPayments,PresentValue,StartPeriod,EndPeriod,Type).?plz tell me a step by step guide how this formula works.
推荐答案
我假设计算的是基本复利公式.您可以在网上阅读有关复利的更多信息,尤其是在 http://en.wikipedia上. .org/wiki/Compound_interest#Compound
I'm assuming that computes a basic compound interest formula. You can read more about compound interest all over the web, in particular at http://en.wikipedia.org/wiki/Compound_interest#Compound
他们给出的公式与上面的形式不完全相同,但是是相同的概念.
The formula they give isn't the exact same form as above, but it's the same concept.
这篇关于如何在Objective-C中实现/计算此功能?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!