eclipse编译C/C++程序遇到 undefined reference to ‘atan’
eclipse编译C/C++程序遇到undefinedreferenceto‘atan’,程序如下。改为sqrt,exp等数学函数结果也是这样。尝试过的方法:projec...
eclipse编译C/C++程序遇到 undefined reference to ‘atan’,程序如下。改为sqrt,exp等数学函数结果也是这样。尝试过的方法:project—>properties—>C/C++ Build—>Settings—>Tool Settings选项卡—>GCC C Linker—>Command文本框gcc后面添加 -lm参数。
#include <stdio.h>
#include <math.h>
double a,b;
int main() {
a=1;
b=atan(a);
return 0;
} 展开
#include <stdio.h>
#include <math.h>
double a,b;
int main() {
a=1;
b=atan(a);
return 0;
} 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询