summaryrefslogtreecommitdiffstats
path: root/mathfuncs_base.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-06-06 13:46:19 -0400
committerErik Schnetter <schnetter@gmail.com>2013-06-06 13:46:19 -0400
commit2beb05c66ebb592256068499310ede792d7ddf9f (patch)
treed2a66b1c60f9af34942b4eb78d1be4b7363b0714 /mathfuncs_base.h
parent54c489d1d75b0df4314e94cdc25e283434e72cbc (diff)
downloadvecmathlib-2beb05c66ebb592256068499310ede792d7ddf9f.zip
vecmathlib-2beb05c66ebb592256068499310ede792d7ddf9f.tar.gz
Implement atan2 routine
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 22df222..c26c90b 100644
--- a/mathfuncs_base.h
+++ b/mathfuncs_base.h
@@ -42,6 +42,7 @@ namespace vecmathlib {
static realvec_t vml_acos(realvec_t x);
static realvec_t vml_asin(realvec_t x);
static realvec_t vml_atan(realvec_t x);
+ static realvec_t vml_atan2(realvec_t y, realvec_t x);
// asinh
static realvec_t vml_acosh(realvec_t x);
OpenPOWER on IntegriCloud