tanf function

double tanf(
  1. double x
)

Implementation

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