tan function

double tan(
  1. double x
)

Implementation

double tan(double x) => math.tan(x);