Topic: Cubic root, Quadratic root

Hey!
Great graphplotting programme, but how do you plot a function with for example a cubic root? My thought right now would be:
Like sqrt(x) can be written as x^(1/2) ?
So cubic root(x) can be written as x^(1/3) ?

Greets, Kasper.

Re: Cubic root, Quadratic root

You can either use f(x)=x^(1/3) or f(x)=root(3,x)