If you try to take a cube root of a negative number in C2 - for instance (-8)^(1/3), the answer should be -2.
If I try to do this operation in C2 though, it comes out as NaN. Reading up on it, I'm seeing that this is an issue in some other programming languages, and I'm wondering if this is something that's possible to fix in C2 or not - It seems pretty fundamental.
Assuming this can't be fixed...does anybody have an easy workaround for this?