<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > iComplex > iComplex_LogB |
Source code public domain from José Roca: http://www.jose.it-berater.org/smfforum/index.php?topic=3191.0
Description
Returns the complex base-b logarithm of the complex number a, log_b(a).
This quantity is computed as the ratio log(a)/log(b)
Syntax
z = iComplex_LogB(a, b)
Returns
Returns a tComplex UDT.
Parameters
Remarks
Restrictions
See also
Examples