tanl function

double tanl(
  1. double x
)

Implementation

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