We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The current implementation of Pow only looks at the IntPart of the exponent, so something like 4^2.5 returns 16 :(
Pow
IntPart
I'm not sure why the exponent argument is supposed to be a decimal if it actually only works for ints.