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