Cyclone Scheme  0.9
#define make_complex_num (   n,
  r,
 
)
Value:
n.hdr.grayed = 0; \
n.tag = complex_num_tag; \
n.value = (r + (i * I));
Definition: types.h:59
#define gc_color_red
Definition: types.h:265
gc_header_type hdr
Definition: types.h:738
unsigned char mark
Definition: types.h:240
Complex number.
Definition: types.h:737

Create a new complex number in the nursery