tanhl function

double tanhl(
  1. double x
)

Implementation

double tanhl(double x) => tanh(x);