中国大学MOOC: 在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是
举一反三
- 中国大学MOOC:"在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是";
- 中国大学MOOC: 在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是
- 在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是
- 在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是 A: #define B: #include C: #include D: #define
- 在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是 A: include <math.h> B: include <stdio.h> C: define <math.h> D: define <stdio.h>