Borland c++ Builder里 是 X=power(底数,指数)求次方
VC嘛
或者exp与ln组合
exp(ln(底数)*指数)
所以n次方 X=power(S,1/n)或 X=exp(ln(S)/n)