diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-24 00:30:57 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-24 00:30:57 -0400 |
| commit | 223c2a359a02602951771d960bd517d7cf6f3f9f (patch) | |
| tree | 75e3475fa12dbc15f52e902e4c8c3e8480008b37 /src/precision.h | |
| parent | 9e5fa12291500d52ccc554519e9692c5f003c63f (diff) | |
implemented the burning ship fractal
Diffstat (limited to 'src/precision.h')
| -rw-r--r-- | src/precision.h | 2 |
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 |
