Cube root?

  • Thread starter Thread starter Guest
  • Start date Start date
Scott,
you use the math rule that the nth root of a number is the number
raised to the 1/n.
Thus for the cubic root:
=A1^(1/3)
From my teaching experience: don;t forget the parentheses. The
exponentiation operator takes precedence over the division op.

HTH
Kostis Vezerides
 
Scott said:
How can I calculate the cube root of a number? Is there a formula for
this?
Thanks!

Only way I've managed to do it is value^0.33333333333333

Which is pretty good...

Charlie
 
Back
Top