Before I start this question, I am talking about calculating any calculatable power, with real numbers. EG: $2^{7.16}$
In the scripting language BATCH, you have access to only addition, substraction, multiplication, division, and mod.
Consider such a problem, where you are asked to calculate a power like the one above without using logarithms
Can you calculate something like $2^{7.16}$ with only these operations mentioned above? (or approximate it), or is it simply impossible?