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
/
tutorial
/
Step8
/
MathFunctions
/
MathFunctions.h
blob: d5c2f224bf16d7f976eec612460616dfdae97efb (
plain
)
1
2
3
4
5
#pragma once
namespace
mathfunctions
{
double
sqrt
(
double
x
);
}