0_0_9590133_18032.cpp:1: error: expected constructor, destructor, or type conversion before '<' token
0_0_9590133_18032.cpp:1: error: expected `,' or `;' before '<' token
0_0_9590133_18032.cpp:19: error: `acos' was not declared in this scope
0_0_9590133_18032.cpp: In function `double dist(pnt)':
0_0_9590133_18032.cpp:22: error: `sqrt' undeclared (first use this function)
0_0_9590133_18032.cpp:22: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_9590133_18032.cpp: In function `int intercone(pnt, double, pnt, double, pnt&, pnt&)':
0_0_9590133_18032.cpp:28: error: `fabs' undeclared (first use this function)
0_0_9590133_18032.cpp:38: error: `sqrt' undeclared (first use this function)
0_0_9590133_18032.cpp: In function `double f(double)':
0_0_9590133_18032.cpp:47: error: `sqrt' undeclared (first use this function)
0_0_9590133_18032.cpp:48: error: `acos' undeclared (first use this function)
0_0_9590133_18032.cpp: In function `int main()':
0_0_9590133_18032.cpp:86: error: `sqrt' undeclared (first use this function)
0_0_9590133_18032.cpp:90: error: `acos' undeclared (first use this function)
0_0_9590133_18032.cpp:93: error: `asin' undeclared (first use this function)
0_0_9590133_18032.cpp:104: error: `cos' undeclared (first use this function)
0_0_9590133_18032.cpp:106: error: `tan' undeclared (first use this function)
0_0_9590133_18032.cpp:110: error: `fabs' undeclared (first use this function)
|