Field Calculator - cube root

3584
2
Jump to solution
02-15-2013 07:40 AM
MatthiasWoerner
New Contributor III
Dear All,

in the Field Calculator I want to enter a formula to extract the cube root of a number. How do I write this (in VB or Python)?

Thanks in advance,
Matthias
0 Kudos
1 Solution

Accepted Solutions
AnthonyGiles
Frequent Contributor
Matthias,

The cube root of a number in VB should be:

[Field] ^ (1/3)

Regards

Anthony

View solution in original post

0 Kudos
2 Replies
AnthonyGiles
Frequent Contributor
Matthias,

The cube root of a number in VB should be:

[Field] ^ (1/3)

Regards

Anthony
0 Kudos
MatthiasWoerner
New Contributor III
Dear Anthony,

that was exactly what I was looking for. Thanks a lot.

Regards,
Matthias
0 Kudos