According to Wikipedia and Wolfram Alpha, a cube root $n^{\frac{1}{3}}$ has three results: one real number and two complex, if $n$ is a real number; and three complex numbers if $n$ is a complex.
Most of calculators returns only the principal root, but not the other two results. Is there a way to calculate the two remaining?
Yes, there is a way .e.g. First let $x^3=1$, thus $x^3-1=0$, now convert this to the form $(x-1)(x^2+x+1)=0$ solving first bracket will give you real cube root and the second one will give the imaginary cube roots.