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