1 2 3 4 5 6 7
#pragma once // TODO10: Include <OpAdd.h>, <OpMul.h>, and <OpSub.h> namespace mathfunctions { double sqrt(double x); }