So even in the absence of a dedicated function, I just need to raise x to the power of 1/4.
In this particular case, it's also sufficient to apply the SQR function twice in succession since SQR(x) = x to the power of 1/2 and SQR (x to the power of 1/2) = (x to the power of 1/2) to the power of 1/2 and thus x to the power of 1/4.
thank you for your response. What I would like to do exactly is to calculate the fourth root of a number using this calculator.
Thank you for these links, I'll check them out :)
In this particular case, it's also sufficient to apply the SQR function twice in succession since SQR(x) = x to the power of 1/2 and SQR (x to the power of 1/2) = (x to the power of 1/2) to the power of 1/2 and thus x to the power of 1/4.