Hello,I'm trying to do some simple calculation within the field calculator using Python instead of VB and keep on getting error messages.Pre-logic script code:def rad (value):
return math.sqrt(value / math.pi( ) )
Expression:AEQU_RAD= rad (!area!)I get the error message, that "float object is not callable". Field type is double.