Guys I'm having hard time with this function, please help me

amount = (principal * (pow ((1 + interestRate / timesCompound), timesCompound)) );...