tan abstract method

void tan()

Calculates tan for each element.

Element i is calculated with the formula:

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

Implementation

void tan();