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