index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Help
/
guide
/
importing-exporting
/
MathFunctionsComponents
/
Addition
/
Addition.h
blob: b061d5e93ec10e30f8c66cc331ceffb80e0ea364 (
plain
)
1
2
3
4
5
#pragma once namespace MathFunctions { double add(double x, double y); }