G
Guest
How can I calculate the cube root of a number? Is there a formula for this?
Thanks!
Thanks!
exponentiation operator takes precedence over the division op.From my teaching experience: don;t forget the parentheses. The
Scott said:How can I calculate the cube root of a number? Is there a formula for
this?
Thanks!