summaryrefslogtreecommitdiffstats
path: root/mathfuncs_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'mathfuncs_base.h')
-rw-r--r--mathfuncs_base.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mathfuncs_base.h b/mathfuncs_base.h
index ea552fc..99ff9fc 100644
--- a/mathfuncs_base.h
+++ b/mathfuncs_base.h
@@ -94,6 +94,10 @@ namespace vecmathlib {
static realvec_t vml_cos(realvec_t x);
static realvec_t vml_sin(realvec_t x);
static realvec_t vml_tan(realvec_t x);
+ static realvec_t vml_cos_chebyshev_single(realvec_t x);
+ static realvec_t vml_cos_chebyshev_double(realvec_t x);
+ static realvec_t vml_sin_chebyshev_single(realvec_t x);
+ static realvec_t vml_sin_chebyshev_double(realvec_t x);
// sinh
static realvec_t vml_cosh(realvec_t x);
OpenPOWER on IntegriCloud