Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Help
/
guide
/
tutorial
/
MultiPackage
/
MathFunctions
/
mysqrt.h
blob: e1c42ef0c234b0986d587ab489c30c5ae9750b1a [
file
] [
log
] [
blame
]
namespace
mathfunctions
{
namespace
detail
{
double
mysqrt
(
double
x
);
}
}