aboutsummaryrefslogtreecommitdiff
path: root/include/base/math.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-12-10 09:16:08 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-12-10 09:16:08 -0800
commit25537c3d3b9b68af91573dec39d1f46c3d97f735 (patch)
tree3f2ea6207a28fe9610d767dd78fb24d17f858ce0 /include/base/math.h
parentf4aef385bdd41b02ef58b5366fa9318ecdc6e37e (diff)
Checkin: small sprawling updates
Small touches to multiple locations in base. Nothing major
Diffstat (limited to 'include/base/math.h')
-rw-r--r--include/base/math.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/base/math.h b/include/base/math.h
index 69d344e..65d3058 100644
--- a/include/base/math.h
+++ b/include/base/math.h
@@ -19,6 +19,7 @@ double math·log10(double);
double math·exp(double);
double math·floor(double);
double math·ceil(double);
+double math·round(double);
double math·sin(double);
double math·cos(double);
double math·tan(double);