summaryrefslogtreecommitdiffstats
path: root/mathfuncs_base.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-03-21 21:55:31 -0400
committerErik Schnetter <schnetter@gmail.com>2013-03-21 21:55:31 -0400
commitb1d2de5c21180748ba9ce25dd650b85cfa807fa8 (patch)
tree1d4503d121ab7be8c9d614d678489b852b002e4e /mathfuncs_base.h
parent30e0b1ccfe1dc82f89c68d7ef9cf8fc1212458f5 (diff)
downloadvecmathlib-b1d2de5c21180748ba9ce25dd650b85cfa807fa8.zip
vecmathlib-b1d2de5c21180748ba9ce25dd650b85cfa807fa8.tar.gz
Correct rounding and conversion functions
Diffstat (limited to 'mathfuncs_base.h')
-rw-r--r--mathfuncs_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mathfuncs_base.h b/mathfuncs_base.h
index 8edec82..e8f24a8 100644
--- a/mathfuncs_base.h
+++ b/mathfuncs_base.h
@@ -49,6 +49,7 @@ namespace vecmathlib {
static realvec_t vml_atanh(realvec_t x);
// convert
+ static realvec_t vml_antitrunc(realvec_t x);
static realvec_t vml_ceil(realvec_t x);
static realvec_t vml_convert_float(intvec_t x);
static intvec_t vml_convert_int(realvec_t x);
OpenPOWER on IntegriCloud