cosh method

double cosh(
  1. double _X
)

Implementation

double cosh(
  double _X,
) {
  return _cosh(
    _X,
  );
}