Push a complex number onto the stack
int SLang_push_complex (double re, double im)
SLang_push_complex
may be used to push the complex number
whose real and imaginary parts are given by re
and im
,
respectively. It returns zero upon sucess, or -1
upon error
setting SLang_Error
accordingly.
SLang_pop_complex, SLang_push_double