sinhl function

double sinhl(
  1. double x
)

Implementation

double sinhl(double x) => sinh(x);