Returns the inverse hyperbolic cosine.
specifies a numeric constant, variable, or expression.
data _null_; x=arcosh(5); x1=arcosh(13); put x=; put x1=; run;
x=2.2924316696 x1=3.2566139548