Computer Science Canada

Cube root help

Author:  bigman9 [ Thu Jan 20, 2011 7:44 pm ]
Post subject:  Cube root help

Hey i have forgot the cube root function. can someone help me out:)
thanks

Author:  TerranceN [ Thu Jan 20, 2011 7:53 pm ]
Post subject:  RE:Cube root help

In Turing you can use X**Y to find X raised to the power of Y, and the Nth root of X is X**(1/N)

So 25**(1/2) is 5

Author:  bigman9 [ Thu Jan 20, 2011 7:54 pm ]
Post subject:  RE:Cube root help

thanks a lot:)


: