aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/precision.h
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-24 00:30:57 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-24 00:30:57 -0400
commit223c2a359a02602951771d960bd517d7cf6f3f9f (patch)
tree75e3475fa12dbc15f52e902e4c8c3e8480008b37 /src/precision.h
parent9e5fa12291500d52ccc554519e9692c5f003c63f (diff)
implemented the burning ship fractal
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