diff options
Diffstat (limited to 'src/elementaryFunctions/tanh/dtanha.c')
-rw-r--r-- | src/elementaryFunctions/tanh/dtanha.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/elementaryFunctions/tanh/dtanha.c b/src/elementaryFunctions/tanh/dtanha.c index 0a10ae16..fe690b23 100644 --- a/src/elementaryFunctions/tanh/dtanha.c +++ b/src/elementaryFunctions/tanh/dtanha.c @@ -5,12 +5,12 @@ ** Made by Bruno JOFRET <bruno.jofret@inria.fr> ** ** Started on Thu Dec 7 14:54:56 2006 jofret -** Last update Mon Jan 29 17:05:17 2007 jofret +** Last update Fri Feb 23 17:31:10 2007 jofret ** ** Copyright INRIA 2006 */ -double dtanhs(double); +#include "tanh.h" void dtanha(double* x, int strideX, double* y, int strideY, int size) { int i = 0; |