blob: e1c42ef0c234b0986d587ab489c30c5ae9750b1a [file] [log] [blame]
namespace mathfunctions {
namespace detail {
double mysqrt(double x);
}
}