how to get 10 from 100^(1/3) ?



it seems a bit weird:

(%i1) 100^(1/3);
                                       1/3
(%o1)                               100
(%i2) float(%);
(%o2)                          4.641588833612779
(%i3) 

why?
how to get 10?

thanks