mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-21 16:25:22 -04:00
c8bc56b0c6
Signed-off-by: w00657280 <wuyuechang3@huawei.com>
6 lines
65 B
C++
6 lines
65 B
C++
#pragma once
|
|
|
|
namespace mathfunctions {
|
|
double sqrt(double x);
|
|
}
|