Returns the inverse hyperbolic sine.
specifies a numeric constant, variable, or expression.
data _null_; x=arsinh(5); x1=arsinh(-5); put x=; put x1=; run;
x=2.3124383413 x1=-2.312438341