Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Help
/
guide
/
importing-exporting
/
MathFunctionsComponents
/
MathFunctions.h
blob: b38596d494c21eff2c6c4c16de30706936b9c579 [
file
]
#pragma
once
namespace
MathFunctions
{
double
sqrt
(
double
x
);
}