mirror of
https://github.com/reactos/CMake.git
synced 2025-04-09 02:30:50 +00:00
7 lines
75 B
C++
7 lines
75 B
C++
|
|
namespace mathfunctions {
|
|
namespace detail {
|
|
double mysqrt(double x);
|
|
}
|
|
}
|