| ||
| Home Page | The Sun API | Gallery | InfoSearch | News | Links | Contact Us | ||
|
Sunlit Design > The Sun API > Documentation > sdASin Function | ||
|
- Introduction + Using the Functions + User Guide + Function Reference + Constants
|
sdASin FunctionDescriptionReturns the arcsine of a number. The arcsine is the angle whose sine isValue.
The returned angle is given in degrees in the range -90 to 90.
SyntaxsdASin(Value)
Return ValuessdASin returns a double precision number.ErrorsIf this function finds any errors in it's input parameter(s) it returns -99999999 RemarksThis degree based function is provided because most programming environments provide only radian based functions. You can convert a degree value to it's Degrees:Minute:Seconds components using the sdDUnpackx function and to a printable text format using sdD2Text function. Example To find the angle which has a Sine of -.5:
|
|
| (c) 2001-2009 Sunlit Design www.sunlit-design.com Mon, 05 Jan 2009 10:26:27 PM +700 gives UT | ||