0_0_5261925_9168.cpp
0_0_5261925_9168.cpp(7) : error C2668: “acos” : 对重载函数的调用不明确
VC\include\math.h(586): 可能是“long double acos(long double)”
VC\include\math.h(538): 或 “float acos(float)”
VC\include\math.h(183): 或 “double acos(double)”
试图匹配参数列表“(int)”时
0_0_5261925_9168.cpp(8) : error C2668: “exp” : 对重载函数的调用不明确
VC\include\math.h(600): 可能是“long double exp(long double)”
VC\include\math.h(552): 或 “float exp(float)”
VC\include\math.h(189): 或 “double exp(double)”
试图匹配参数列表“(int)”时
0_0_5261925_9168.cpp(17) : error C2666: “pow” : 7 个重载有相似的转换
VC\include\math.h(620): 可能是“long double pow(long double,int)”
VC\include\math.h(618): 或 “long double pow(long double,long double)”
VC\include\math.h(572): 或 “float pow(float,int)”
VC\include\math.h(570): 或 “float pow(float,float)”
VC\include\math.h(534): 或 “double pow(int,int)”
VC\include\math.h(532): 或 “double pow(double,int)”
VC\include\math.h(195): 或 “double pow(double,double)”
试图匹配参数列表“(int, double)”时
|