Compute the Hyperbolic arccosine of numeric data in R Programming â acosh() Function
acosh() function in R Language is used to compute the hyperbolic arccosine of numeric data. Syntax:acosh(x) Parameters: x: Numeric value, array or vector Example 1: Python3 1== # R program to illustrate # acosh function # Calling acosh() function over # different numbers acosh(0) acosh(1) Output: [1