[R] R: to the power
Sean O'Riordain
sean.oriordain at gmail.com
Tue Jul 12 15:18:57 CEST 2005
> (-8+0i)^(1/3)
[1] 1+1.732051i
ie complex...
On 12/07/05, allan_sta_staff_sci_main_uct at mail.uct.ac.za
<allan_sta_staff_sci_main_uct at mail.uct.ac.za> wrote:
> hi all
>
> why does R do this:
>
> (-8)^(1/3)=NaN
>
> the answer should be : -2
>
> a silly question but i kept on getting errors in some of my code due to this
> problem.
>
> i solve the problem as follows:
>
> say we want : (-a)^(1/3)
>
> then : sign(a)*(a^(1/3)) works
>
> but there has to be a simpler way of soing such a simple mathematical operation.
>
> thanking you
> /
> allan
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>
More information about the R-help
mailing list