summaryrefslogtreecommitdiffstats
path: root/mathfuncs_base.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-02-14 16:51:53 -0500
committerErik Schnetter <schnetter@gmail.com>2013-02-14 16:51:53 -0500
commit078cc157a086a0f6b47813044ee16e9a842bce28 (patch)
tree70b3886bcbe7b389429d0395d881e36337531cc8 /mathfuncs_base.h
parenta33ff16e361c1ff511e98b658ea4ce41ba9fc14c (diff)
downloadvecmathlib-078cc157a086a0f6b47813044ee16e9a842bce28.zip
vecmathlib-078cc157a086a0f6b47813044ee16e9a842bce28.tar.gz
Fold Chebyshev versions of sin and cos back into the main versions
Diffstat (limited to 'mathfuncs_base.h')
-rw-r--r--mathfuncs_base.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mathfuncs_base.h b/mathfuncs_base.h
index 8c5c99a..30f8321 100644
--- a/mathfuncs_base.h
+++ b/mathfuncs_base.h
@@ -94,10 +94,6 @@ 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