exp abstract method

void exp()

Calculates exponent for each element.

Element i is calculated with the formula:

exp(x[i]);

Implementation

void exp();