diff options
author | jofret | 2008-05-23 11:33:56 +0000 |
---|---|---|
committer | jofret | 2008-05-23 11:33:56 +0000 |
commit | dc3c1425979927173e5a0241a12900b56e3f9ab9 (patch) | |
tree | dadfe168703350d2177872a23c0240035608f3a3 /src/elementaryFunctions/acosh/zacoshs.c | |
parent | 883693213d04ea4b95c618ae6a258c1566c3ffc6 (diff) | |
download | scilab2c-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.c | 2 |
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" |