判断题
👁️ 浏览量:

试题题干

函数double sin(double x)中的x以弧度为单位。

A

正确

B

错误

参考答案

正确答案:

试题解析

函数double sin(double x)中的x以弧度为单位。如果是角度,则用x*3.1415926/180转换为弧度。