> num.1.2[2*2^1/3 - 1/2 - (-1)^1/6]
numeric(0)
> 2*2^1/3 - 1/2 - (-1)^1/6
[1] 1
> num.1.2[1]
[1] 1
Where is the mistake? I don't see it.
> num.1.2[2*2^1/3 - 1/2 - (-1)^1/6]
numeric(0)
> 2*2^1/3 - 1/2 - (-1)^1/6
[1] 1
> num.1.2[1]
[1] 1
Where is the mistake? I don't see it.