函式:Sqrt()
数学运算函式库
Sqrt
开平方根。
语法:
float sqrt(float arg);
传回值:
浮点数
函式种类:
数学运算
内容说明
本函式将参数 arg 开平方根。
[
上一页
下一页
]