Returns the inverse hyperbolic tangent.
specifies a numeric constant, variable, or expression.
data _null_; x=artanh(0.5); put x=; run;
x=0.5493061443