float_complex typedef

float_complex = complex

Alias for complex mapping to C's float complex.

Implementation

typedef float_complex = complex;