Aug-03-2019, 12:16 PM
Hi I have these two codes here that i need to use math.sqrt for the 1st code and math.pow for the 2nd code, can anyone guide me how to do it?
x = 100 * (((f/i) ** (1.0/n)) -1) b = i * ((1 + (x/100)) ** y)