log abstract method

void log()

Calculates logarithm for each element.

Element i is calculated with the formula:

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

Implementation

void log();