Reference Guide > E Routines > EXPON Function
  

EXPON Function
Standard Library function that performs general exponentiation.
Usage
result = EXPON(a, b)
Input Parameters
aAn 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)

Version 2017.1
Copyright © 2019, Rogue Wave Software, Inc. All Rights Reserved.