Hi,
dont really know much about programming or anything like this.
But basicly in my program i am trying to write the following formula:

(linked formula as a picture to keep its format)
basicly does anyone have any ideas how i would write this?
my guess was Y=(sin((acos(x) )^(2/N)))^(2/N);
but i dont think ive done the powers right, ive read somewere that you have to use pow(i,j) for powers?
any help would be apreciated, thanks
dont really know much about programming or anything like this.
But basicly in my program i am trying to write the following formula:

(linked formula as a picture to keep its format)
basicly does anyone have any ideas how i would write this?
my guess was Y=(sin((acos(x) )^(2/N)))^(2/N);
but i dont think ive done the powers right, ive read somewere that you have to use pow(i,j) for powers?
any help would be apreciated, thanks
Comment