C++常用数学函数(持续更新)

来源:互联网 发布:软件著作权证书 申请 编辑:程序博客网 时间:2024/05/16 10:05

1.

using ::sqrt; //开方

using ::sqrtf; //开方
using ::sqrtl; //开方
0 0