aboutsummaryrefslogtreecommitdiff
path: root/src/TP_utilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/TP_utilities.h')
-rw-r--r--src/TP_utilities.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/TP_utilities.h b/src/TP_utilities.h
index a0c23a3..fb05cb2 100644
--- a/src/TP_utilities.h
+++ b/src/TP_utilities.h
@@ -1,5 +1,7 @@
/* TwoPunctures: File "utilities.h"*/
+#include <math.h>
+
#define Pi 3.14159265358979323846264338328
#define Pih 1.57079632679489661923132169164 /* Pi/2*/
#define Piq 0.78539816339744830961566084582 /* Pi/4*/
@@ -45,9 +47,11 @@ int minimum3 (int i, int j, int k);
int maximum2 (int i, int j);
int maximum3 (int i, int j, int k);
int pow_int (int mantisse, int exponent);
+#if 0
double atanh (double x);
double asinh (double x);
double acosh (double x);
+#endif
dcomplex Cadd (dcomplex a, dcomplex b);
dcomplex Csub (dcomplex a, dcomplex b);