pcb_calculator: fix compil issue about isinf (under mingw)
This commit is contained in:
commit
160560c916
|
@ -61,6 +61,8 @@ inline double atanh(double x)
|
||||||
|
|
||||||
return log((1.0+x)/(1.0-x))/2.0;
|
return log((1.0+x)/(1.0-x))/2.0;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
using namespace std;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue