summaryrefslogtreecommitdiff
path: root/Help/guide/tutorial/Complete/MathFunctions/mysqrt.h
blob: e1c42ef0c234b0986d587ab489c30c5ae9750b1a (plain)
1
2
3
4
5
6

namespace mathfunctions {
namespace detail {
double mysqrt(double x);
}
}