sind()

Returns the sine of a given value, expressed in degrees.

Syntax

sind ( value )

Parameters

value

A float.

Usage

Returns the sine of a given value, expressed in degrees. The function takes a float as its argument, and the function returns a float.

Example

sind(45.0) returns 0.850903525.