This is a gcc extension, and 2i is the imaginary constant
. So you can write a complex number like so:
#include <complex.h>
_Complex x = 4 + 5i;
This is a gcc extension, and 2i is the imaginary constant
. So you can write a complex number like so:
#include <complex.h>
_Complex x = 4 + 5i;