8 lines
88 B
C++
8 lines
88 B
C++
#pragma once
|
|
|
|
namespace mathfunctions {
|
|
namespace detail {
|
|
double mysqrt(double x);
|
|
}
|
|
}
|