14 lines
165 B
C
14 lines
165 B
C
#ifndef FIXC11_H
|
|
#define FIXC11_H
|
|
|
|
#include <cmath>
|
|
|
|
//namespace std {
|
|
|
|
// template <typename T> T sqrt(const T val) {return ::sqrt(val);}
|
|
|
|
//}
|
|
|
|
|
|
#endif // FIXC11_H
|