exp abstract method

void exp()

Calculates exponent for each element.

Element i is calculated with the formula:

x[i] = exp(x[i]);

Implementation

void exp();