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