Cube Root |
Moe
(3/23/00 1:10:08 pm) Does anyone know the way to get the Cube Root of a number, i know VB has a Sqr() function... is there a Cbr() function???or something else i can use to get the Cube Root...thx.
Eric Coleman
any number, n, to the 3rd root is just this... n ^ (1/3) the 5th root of a number is n ^ (1/5) etc.. |