EXPON Function

Standard Library function that performs general exponentiation.

Usage

    result = EXPON(a, b)

Input Parameters

a—An array (scalar) of any numerical data type.

b—An array (scalar) of any numerical data type.

Returned Value

result—A double complex array (scalar) containing the values ab.

Keywords

None.

Example

PM, EXPON( [COMPLEX(0,1),-1], [COMPLEX(2,3),0.5] )
; PV-WAVE prints:
; (   -0.0089832910,  1.1001359e-018)
; (  6.1232340e-017,       1.0000000)