np_exp
Computes the exponential of every element in the array, returning e^x for each value.
Instructions
Calculate the exponential of all elements in the array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |