This site Web
Home Page | The Sun API | Gallery | InfoSearch | News | Links | Contact Us

Sunlit Design > The Sun API > Documentation > sdSin Function


Index


- Introduction
+ Using the Functions
+ User Guide
+ Function Reference
+ Constants

Contact Developer

Downloads

sdSin Function

Description

Returns the sine of the given Angle

Syntax

sdSin(Angle)

Angle    is the angle in degrees for which you want the sine. 

Return Values

sdSin returns a double precision number.

Remarks

This degree based function is provided because most programming environments provide only radian based functions.

Example

 To find the sine of 45 degrees
    sdSin(45)equals 0.707106781186548...