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