#include "worgen.h"
FUNCTION c_pxe10 (in, out, ns, dtype)
long *in;
double *out;
long *ns;
long *dtype;
Input array.
Output array to hold result.
Number of elements in the input array.
Integer value representing the type of input data. Legal values include:
= EBYTE(1): unsigned byte data
= EWORD(2): signed two byte data
= ELONG(3): signed four byte data
= EREAL(4): four byte floating point data
c_pxe10() returns a scaled exponentiation on each element of an input array. The input array may be of type EBYTE, EWORD, ELONG, or EREAL, and the output array will be of type double.
c_pxe10() returns
E_SUCC --> successful completion
TYPERR --> invalid type specified