Android Question Exponent With B4A

sapril

Member
Licensed User
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
Number=Base^Esponent
B4X:
Dim Number as Float = Power(Base,Esponent)
 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…