Calculates the inverse sine of a given number.
function ArcSin(const X: Extended): Extended; overload; function ArcSin(const X: Double): Double; overload; function ArcSin(const X: Single): Single; overload;
Extended ArcSin(const Extended X); Double ArcSin(const Double X); Single ArcSin(const Single X);
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|