summaryrefslogtreecommitdiff
path: root/Help/guide/tutorial/Step9/MathFunctions/MathFunctions.h
blob: d5c2f224bf16d7f976eec612460616dfdae97efb (plain)
1
2
3
4
5
#pragma once

namespace mathfunctions {
double sqrt(double x);
}