mightymandel v16

GPU-based Mandelbrot set explorer

complex.c File Reference

(v16)

Helpers for complex number arithemetic with mpfr. More...

Go to the source code of this file.

Variables

int complex_c_cant_be_empty = 0
 Random hack.

Detailed Description

Helpers for complex number arithemetic with mpfr.

Definition in file complex.c.

Variable Documentation

int complex_c_cant_be_empty = 0

Random hack.

ISO C99 doesn't allow empty translation units, so it was easier to add a dummy variable than to fix the Makefile to allow headers without corresponding implementation files.

Definition at line 17 of file complex.c.