Cyclone Scheme  0.20

◆ make_complex_num

#define make_complex_num (   n,
  r,
 
)
Value:
n.hdr.grayed = 0; \
n.tag = complex_num_tag; \
n.value = (r + (i * I));
Definition: types.h:70
#define gc_color_red
Definition: types.h:296
gc_header_type hdr
Definition: types.h:846
unsigned char mark
Definition: types.h:267
Complex number.
Definition: types.h:845

Create a new complex number in the nursery