<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > iComplex > iComplex_Set |
Source code public domain from José Roca: http://www.jose.it-berater.org/smfforum/index.php?topic=3191.0
Description
Uses the Cartesian components (x, y) to set the real and imaginary parts of the complex
Syntax
z = iComplex_Set(x, y)
Returns
Returns a tComplex UDT.
Parameters
Name |
Type |
Optional |
Meaning |
x |
Number |
No |
|
y |
Number |
No |
Remarks
Restrictions
See also
Examples