Next Previous Contents

73. SLang_push_complex

Synopsis

Push a complex number onto the stack

Usage

int SLang_push_complex (double re, double im)

Description

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.

See Also

SLang_pop_complex, SLang_push_double


Next Previous Contents