Appearance
sqrt() - 返回一个浮点数的平方根
float sqrt( float f );
sqrt() 返回浮点数 `f` 的正平方根,`f` 不能是负数。
exp(3), log(3), pow(3)
雪风(i@mud.ren)