mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-22 00:35:26 -04:00
c8bc56b0c6
Signed-off-by: w00657280 <wuyuechang3@huawei.com>
4 lines
51 B
C++
4 lines
51 B
C++
namespace mathfunctions {
|
|
double sqrt(double x);
|
|
}
|