summaryrefslogtreecommitdiff
path: root/Help/guide/importing-exporting/MathFunctionsComponents/SquareRoot/SquareRoot.h
blob: b38596d494c21eff2c6c4c16de30706936b9c579 (plain)
1
2
3
4
5
#pragma once

namespace MathFunctions {
double sqrt(double x);
}