aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/precision.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/precision.h')
-rw-r--r--src/precision.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/precision.h b/src/precision.h
index e83122a..4bca354 100644
--- a/src/precision.h
+++ b/src/precision.h
@@ -13,6 +13,7 @@
#define CPOW cpowl
#define CONJ conjl
#define CABS cabsl
+#define RABS fabsl
#define CFORMAT "%Lf"
#endif
@@ -24,6 +25,7 @@
#define CPOW cpow
#define CONJ conj
#define CABS cabs
+#define RABS fabs
#define CFORMAT "%lf"
#endif