acosh method

double acosh(
  1. double _X
)

Implementation

double acosh(
  double _X,
) {
  return _acosh(
    _X,
  );
}