S sapril Member Licensed User Dec 7, 2020 #1 I have a problem, how to write the formula b4a : Installment = Amount * ((((interest / 100) / 12) * (((interest / 100) / 12) + 1) ^ rate)) / ((1 + ((interest / 100) / 12)) ^ rate - 1) thank you.
I have a problem, how to write the formula b4a : Installment = Amount * ((((interest / 100) / 12) * (((interest / 100) / 12) + 1) ^ rate)) / ((1 + ((interest / 100) / 12)) ^ rate - 1) thank you.
Star-Dust Expert Licensed User Longtime User Dec 7, 2020 #2 Number=Base^Esponent B4X: Dim Number as Float = Power(Base,Esponent) Last edited: Dec 7, 2020 Upvote 0