| ||
| Home Page | The Sun API | Gallery | InfoSearch | News | Links | Contact Us | ||
|
Sunlit Design > The Sun API > Documentation > sdACos Function | ||
|
- Introduction + Using the Functions + User Guide + Function Reference + Constants
|
sdACos FunctionDescriptionReturns the arccosine of a number. The arccosine is the angle whose cosine isValue.
The returned angle is given in degrees in the range 0 (zero) to 180.
SyntaxsdACos(Value)
Return ValuessdACos 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 Cosine of -.5:
|
|
| (c) 2001-2010 Sunlit Design www.sunlit-design.com Sat, 31 Jul 2010 05:38:53 AM +600 gives UT | ||