acosh(x) asinh(x) atanh(x)
These functions are part of the Math group of generic functions.
See section 5.1.5 of Becker, Chambers and Wilks for further details on domains and branch cuts in the case of complex arguments.
# be sure you have a graphics window open plot(acosh(sort(abs(rnorm(500))+1))) plot(asinh(sort(rnorm(500)))) plot(atanh(seq(-1,1, len = 500)))