coshl function

double coshl(
  1. double x
)

Implementation

double coshl(double x) => cosh(x);