/sys$common/syshlp/helplib.hlb RTL Routines, MTH$, MTH$CxEXP, Arguments *Conan The Librarian (sorry for the slow response - running on an old VAX) |
complex-exponent OpenVMS usage:complex_number type: D_floating complex, G_floating complex access: write only mechanism: by reference Complex exponential of complex-number. The complex exponential routines that have D-floating complex and G-floating complex input values write the complex-exponent into this argument. For MTH$CDEXP, complex-exponent argument specifies a D-floating complex number. For MTH$CGEXP, complex-exponent specifies a G- floating complex number. complex-number OpenVMS usage:complex_number type: D_floating complex, G_floating complex access: read only mechanism: by reference Complex number whose complex exponential is to be returned. This complex number has the form (r,i), where r is the real part and i is the imaginary part. The complex-number argument is the address of this complex number. For MTH$CDEXP, complex-number specifies a D-floating number. For MTH$CGEXP, complex-number specifies a G-floating number.
|