<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > iComplex > iComplex_Arg |
Source code public domain from José Roca: http://www.jose.it-berater.org/smfforum/index.php?topic=3191.0
Description
Returns the argument of the complex number a, arg(a), where -pi < arg(a) <= pi.
Syntax
n = iComplex_Arg(a)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
a |
No |
Remarks
Restrictions
See also
Examples