Sin Procedure

Returns the sine of dx.

Syntax

[ dResult = ] Sin ( dx )

The Sin procedure syntax has the following parts:

 

Name

Type

Description

dResult

Double

Result

dx

Val Double

Input value in radians

Comments

dx should be expressed in radians. To convert the result from degrees to radians, multiply it by PI/180.

Example

df = Sin(PI/4)

! now df = 0.707106796640858

See Also

ACos, ASin, ATan, Cos, CosH, PI, SinH, Tan, TanH