summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/acosh/zacoshs.c
diff options
context:
space:
mode:
authorjofret2008-05-23 11:33:56 +0000
committerjofret2008-05-23 11:33:56 +0000
commitdc3c1425979927173e5a0241a12900b56e3f9ab9 (patch)
treedadfe168703350d2177872a23c0240035608f3a3 /src/elementaryFunctions/acosh/zacoshs.c
parent883693213d04ea4b95c618ae6a258c1566c3ffc6 (diff)
downloadscilab2c-dc3c1425979927173e5a0241a12900b56e3f9ab9.tar.gz
scilab2c-dc3c1425979927173e5a0241a12900b56e3f9ab9.tar.bz2
scilab2c-dc3c1425979927173e5a0241a12900b56e3f9ab9.zip
Warningn correction
Diffstat (limited to 'src/elementaryFunctions/acosh/zacoshs.c')
-rw-r--r--src/elementaryFunctions/acosh/zacoshs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/elementaryFunctions/acosh/zacoshs.c b/src/elementaryFunctions/acosh/zacoshs.c
index 44202226..3bb3b25a 100644
--- a/src/elementaryFunctions/acosh/zacoshs.c
+++ b/src/elementaryFunctions/acosh/zacoshs.c
@@ -10,6 +10,7 @@
*
*/
+/*
// METHOD
// based on the formula :
//
@@ -17,6 +18,7 @@
//
// sign(x) = 1 if x >= 0
// | -1 if x < 0
+*/
#include "acosh.h"
#include "acos.h"