
        函数名称:
                sqrt() - 传回一个浮点数的平方根 (square root).
        函数语法:
                float sqrt( float f );

                浮点数 sqrt( 浮点数 f );
        函数用法:
                sqrt() 传回参数 f  的正平方根. f 不可为负.
        参考函数:

                exp(3), log(3), pow(3)
        手册翻译:
                Phoebus@ZH        97.jul.23.                (Writen 5/23/97)

