blob: fcc469b4246ed31593a30ceed00cf702f790d217 [file]
#pragma once
// TODO10: Include <OpAdd.h>, <OpMul.h>, and <OpSub.h>
namespace mathfunctions {
double sqrt(double x);
}