From 223c2a359a02602951771d960bd517d7cf6f3f9f Mon Sep 17 00:00:00 2001 From: JP Appel Date: Wed, 24 Apr 2024 00:30:57 -0400 Subject: implemented the burning ship fractal --- src/precision.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/precision.h') 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 -- cgit v1.2.3