aboutsummaryrefslogtreecommitdiff
path: root/include/base/math.h
diff options
context:
space:
mode:
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);