ESBArcSinDeg Function
Given a Value returns the Angle whose Sine it is, in Degrees.

Unit
QESBPCSMath

Declaration
Function ESBArcSinDeg(const X: Extended): Extended;

Description
Return Values are between -90 and 90.

Parameters
Float to process.

Category
Arithmetic Routines for Floats

Implementation

function ESBArcSinDeg (const X: Extended): Extended;
begin
     Result := Rad2Deg (ESBArcSin (X));
End;


HTML generated by Time2HELP
http://www.time2help.com