iComplex_PowReal

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > iComplex >

iComplex_PowReal

Source code public domain from José Roca: http://www.jose.it-berater.org/smfforum/index.php?topic=3191.0  

 

Description

 

Returns the complex number a raised to the numeric power n, a^n.

 

Syntax

 

z = iComplex_PowReal(a, n)

 

Returns

 

Returns a tComplex UDT.

 

Parameters

 

Name

Type

Optional

Meaning

a

tComplex

No


n

Numeric

No


 

Remarks

 

Restrictions

 

See also

 

Examples