From 4b0a700c6a39d34bb85c4a1609ab0e6893b1fc5d Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Wed, 14 May 2014 21:20:41 +0200 Subject: moved map real --- packages/base/src/C/vector-aux.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'packages/base/src/C') diff --git a/packages/base/src/C/vector-aux.c b/packages/base/src/C/vector-aux.c index 978d6b4..034fa6a 100644 --- a/packages/base/src/C/vector-aux.c +++ b/packages/base/src/C/vector-aux.c @@ -351,13 +351,13 @@ int mapR(int code, KDVEC(x), DVEC(r)) { OP(3,fabs) OP(4,asin) OP(5,acos) - OP(6,atan) /* atan2 mediante vectorZip */ + OP(6,atan) /* atan2 using vectorZip */ OP(7,sinh) OP(8,cosh) OP(9,tanh) -// OP(10,gsl_asinh) -// OP(11,gsl_acosh) -// OP(12,gsl_atanh) + OP(10,asinh) + OP(11,acosh) + OP(12,atanh) OP(13,exp) OP(14,log) OP(15,sign) @@ -377,13 +377,13 @@ int mapF(int code, KFVEC(x), FVEC(r)) { OP(3,fabs) OP(4,asin) OP(5,acos) - OP(6,atan) /* atan2 mediante vectorZip */ + OP(6,atan) /* atan2 using vectorZip */ OP(7,sinh) OP(8,cosh) OP(9,tanh) -// OP(10,gsl_asinh) -// OP(11,gsl_acosh) -// OP(12,gsl_atanh) + OP(10,asinh) + OP(11,acosh) + OP(12,atanh) OP(13,exp) OP(14,log) OP(15,sign) -- cgit v1.2.3