Skip to content
Prev 200367 / 398503 Next

Odp: ^ operator

Hi

AFAIK, this is issue of the preference of operators. 

r-help-bounces at r-project.org napsal dne 16.11.2009 11:24:59:
able to
-1.600269e-03
This computes (-a)^(1/3) which is not possible in real numbers. You have 
to use as.complex(tmp)^(1/3) to get a result.
this is actually
-(6.108576e-05^(1/3))

Regards
Petr
http://www.R-project.org/posting-guide.html