用c++怎么输出三角函数比如cos,sin==

2024-12-11 15:51:11
推荐回答(2个)
回答1:

引用 "math.h" 头文件, 就可以直接用了。但角度必须使用弧度制。

回答2:

引用math.h头文件

include "math.h"