summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/tanh/testTanh.h
diff options
context:
space:
mode:
authortorset2008-12-03 09:08:30 +0000
committertorset2008-12-03 09:08:30 +0000
commit7950bb92612464429ceb4ff63e2d2f6fd555498e (patch)
tree1c88e7c330f796744013ed64b9092696ff42e4e6 /src/elementaryFunctions/tanh/testTanh.h
parent583da4dff7a096d49e6e1031b78381f645324ca8 (diff)
downloadscilab2c-7950bb92612464429ceb4ff63e2d2f6fd555498e.tar.gz
scilab2c-7950bb92612464429ceb4ff63e2d2f6fd555498e.tar.bz2
scilab2c-7950bb92612464429ceb4ff63e2d2f6fd555498e.zip
Update tan and tanh tests
Diffstat (limited to 'src/elementaryFunctions/tanh/testTanh.h')
-rw-r--r--src/elementaryFunctions/tanh/testTanh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elementaryFunctions/tanh/testTanh.h b/src/elementaryFunctions/tanh/testTanh.h
index 2a82efe8..ac4c546a 100644
--- a/src/elementaryFunctions/tanh/testTanh.h
+++ b/src/elementaryFunctions/tanh/testTanh.h
@@ -15,6 +15,7 @@
#include <stdio.h>
#include <assert.h>
+#include <math.h>
#include "tanh.h"
#include "constant.h"