Adelsbach/VSIPL
Core Programming Reference Guide
DD-00016-015
Core

2.1.39 vsip_CEXP_p - Complex Scalar Exponential and Store to Pointer

void vsip_CEXP_f(vsip_cscalar_f x, vsip_cscalar_f *r);
Description

This function computes the complex exponential of a complex scalar storing the result in the output parameter.

The operation performs:

     x
*r= e
Parameters