mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-21 16:25:22 -04:00
7 lines
75 B
C++
7 lines
75 B
C++
|
|
namespace mathfunctions {
|
|
namespace detail {
|
|
double mysqrt(double x);
|
|
}
|
|
}
|