vec_expte

Purpose

Returns a vector containing estimates of 2 raised to the values of the corresponding elements of a given vector.

Syntax

d=vec_expte(a)

Result and argument types

The type of d and a must be vector float.

Result value

Each element of the result contains the estimated value of 2 raised to the value of the corresponding element of a.