summaryrefslogtreecommitdiffstats
path: root/mathfuncs_exp.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-07-03 14:37:12 -0400
committerErik Schnetter <schnetter@gmail.com>2013-07-03 14:37:12 -0400
commitfb618d40212ff602f0e91833a99f95e134eef7ad (patch)
treeb85714a7426ab10adb00f1b546f2c0aa3366f507 /mathfuncs_exp.h
parent71780d5d518e9e39022147d2cb6f56899d115ddf (diff)
downloadvecmathlib-fb618d40212ff602f0e91833a99f95e134eef7ad.zip
vecmathlib-fb618d40212ff602f0e91833a99f95e134eef7ad.tar.gz
Modernize commented-out code for exp
Diffstat (limited to 'mathfuncs_exp.h')
-rw-r--r--mathfuncs_exp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathfuncs_exp.h b/mathfuncs_exp.h
index 21c7521..a8aed3f 100644
--- a/mathfuncs_exp.h
+++ b/mathfuncs_exp.h
@@ -17,7 +17,7 @@ namespace vecmathlib {
// Rescale
realvec_t x0 = x;
- // realvec_t round_x = round(x);
+ // realvec_t round_x = rint(x);
// intvec_t iround_x = convert_int(round_x);
// r = ldexp(r, iround_x);
OpenPOWER on IntegriCloud