Cyclone Scheme  0.28.0

◆ make_complex_num

#define make_complex_num (   n,
  r,
 
)
Value:
n.hdr.grayed = 0; \
n.tag = complex_num_tag; \
n.value = (r + (i * I));

Create a new complex number in the nursery

complex_num_type
Complex number.
Definition: types.h:846
gc_color_red
#define gc_color_red
Definition: types.h:297
gc_header_type_t::mark
unsigned char mark
Definition: types.h:268
complex_num_type::hdr
gc_header_type hdr
Definition: types.h:847
complex_num_tag
@ complex_num_tag
Definition: types.h:70