Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Help
/
guide
/
tutorial
/
Step5
/
MathFunctions
/
MathFunctions.h
blob: fcc469b4246ed31593a30ceed00cf702f790d217 [
file
]
#pragma
once
// TODO10: Include <OpAdd.h>, <OpMul.h>, and <OpSub.h>
namespace
mathfunctions
{
double
sqrt
(
double
x
);
}