Sin()

Category: Trigonometric

Syntax: Sin ( angleInRadians )

Parameters:

angleInRadiansAny numeric expression or field containing a numeric expression, in radians.

Data type returned: Number

Description:

Returns the sine of angleInRadians expressed in radians.

In any right triangle, the sine of the two non-right angles can be obtained by dividing the length of the side opposite the angle by the length of the hypotenuse.

Examples:

Function

Results

Sin (Radians(60))

Returns .86602.

Sin (.610865)

Returns .57357624....

Категории