0_0_22739261_12393.cpp: In function '__float128 dist(point, point)':
0_0_22739261_12393.cpp:62:29: error: 'sqrtq' was not declared in this scope
return sqrtq((a-b)*(a-b));
^
0_0_22739261_12393.cpp: In function 'int main()':
0_0_22739261_12393.cpp:106:27: error: 'sqrtq' was not declared in this scope
tt=sqrtq(r*r-tt*tt);
^
|