[Almost solved] Raise-to-power operator syntax error

Hi,

The operator for raise a number to a power is always given me a syntax error in the expression editor.

What I’m doing wrong?

Yeah, my GD is in spanish.

Thanks in advance for your help.

Just use

pow(number, power)

Thanks, old good C works just fine!

I’ve changed the label of the button from “^” to “pow” to avoid confusion :slight_smile:

Cool @4ian thanks!

But I have to say that at least in my copy of GD (windows, 3.3.71, spanish translated) the raise-to-power button is returning “^” when I clicked, so it’s not only the label of the button, it’s the string that it returns to the expression editor :wink:

Again thanks.