2 ^ 2.5 = sqr(2) ^ 5 that help?
hint 2.5 = 5/2 and 2 ^ .5 = 2 ^ (1/2) = sqr(2)
Code: (Select All)
Print Sqr(2) * Sqr(2) * Sqr(2) * Sqr(2) * Sqr(2)
hint 2.5 = 5/2 and 2 ^ .5 = 2 ^ (1/2) = sqr(2)
b = b + ...