Return to the RPG Tips
Calculate the square/cube/fourth root of a number
C EVAL squareRoot = value**.5 C EVAL (H) cubeRoot = value**(1/3) C EVAL fourthRoot = value**.25 and so on ... Regards, Simon Coulter.
[report a broken link by clicking here]
C EVAL squareRoot = value**.5 C EVAL (H) cubeRoot = value**(1/3) C EVAL fourthRoot = value**.25 and so on ... Regards, Simon Coulter.
[report a broken link by clicking here]