Cyclone Scheme
0.28.0
|
◆ assign_complex_num
Value:
((complex_num_type *)pobj)->hdr.mark = gc_color_red; \
((complex_num_type *)pobj)->hdr.grayed = 0; \
((complex_num_type *)pobj)->tag = complex_num_tag; \
complex_num_value(pobj) = v;
Assign given complex value to the given complex number object pointer |