Calculates the inverse hyperbolic sine of a given number.
function ArcSinh(const X: Extended): Extended;
Extended ArcSinh(const Extended X);
Math
ArcSinh returns the inverse hyperbolic sine of X.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|