I have a problem to solve, where in the PG formula you use an exponent other than two (squared), and can not use sqrt()
.
How can I solve this in Pascal in an intuitive way?
I know you can not use **
either.
Formula: an = a1 . q(n – 1) // q elevado à n -1