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
/
Step2
/
MathFunctions
/
mysqrt.h
blob: 593d41e7a68a4c89cb260521d10ec0c725987d2c (
plain
)
1
2
3
4
5
6
7
#pragma once
namespace
mathfunctions
{
namespace
detail
{
double
mysqrt
(
double
x
);
}
}