<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > iComplex > iComplex_MulReal |
Source code public domain from José Roca: http://www.jose.it-berater.org/smfforum/index.php?topic=3191.0
Description
Returns the product of the complex number a and the real number r, z=ar
Syntax
z = iComplex_MulReal(a, r)
Returns
Returns a tComplex UDT.
Parameters
Name |
Type |
Optional |
Meaning |
a |
No |
||
r |
Numeric |
No |
Remarks
Restrictions
See also
Examples