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