summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step5/MathFunctions/MathFunctions.h
blob: fcc469b4246ed31593a30ceed00cf702f790d217 (plain)
1
2
3
4
5
6
7
#pragma once

// TODO10: Include <OpAdd.h>, <OpMul.h>, and <OpSub.h>

namespace mathfunctions {
double sqrt(double x);
}