I can't find out the method of mathematical symbol--- power!
There is no Functin in any RPG references.
I have to do this calculation.
x^y = x multified by x at eight times.
x and y are real numbers.
again,
x^y means "pow(x,y)" in C language.
please Help me.
There is no Functin in any RPG references.
I have to do this calculation.
x^y = x multified by x at eight times.
x and y are real numbers.
again,
x^y means "pow(x,y)" in C language.
please Help me.