index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Help
/
guide
/
importing-exporting
/
MathFunctionsComponents
/
MathFunctions.h
blob: b38596d494c21eff2c6c4c16de30706936b9c579 (
plain
)
1
2
3
4
5
#pragma once
namespace
MathFunctions
{
double
sqrt
(
double
x
);
}