index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Help
/
guide
/
tutorial
/
Step5
/
MathFunctions
/
MathExtensions
/
OpSub
/
OpSub.h
blob: 1406733ae431b5f1c31d4b65da414e41d193aeab (
plain
)
1
2
3
4
5
#pragma once
namespace
mathfunctions
{
double
OpSub
(
double
a
,
double
b
);
}