summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/elementaryFunctions/acosh/cacoshs.c2
-rw-r--r--src/elementaryFunctions/acosh/zacoshs.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/elementaryFunctions/acosh/cacoshs.c b/src/elementaryFunctions/acosh/cacoshs.c
index b90de13d..15238215 100644
--- a/src/elementaryFunctions/acosh/cacoshs.c
+++ b/src/elementaryFunctions/acosh/cacoshs.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"
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"