Calculates the inverse hyperbolic tangent of a given number.
function ArcTanh(const X: Extended): Extended;
Extended ArcTanh(const Extended X);
ArcTanh returns the inverse hyperbolic tangent of X. The value of X must be between -1 and 1 (inclusive).
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|