sind
 
 
 

Returns the sine of an angle specified in degrees.

float sind(float number)

number is the angle, in degrees, whose sine you want.

For more details on how to use the sind function, see the sin function in the preceding topic. The sind and sin functions do the same operation, but sind requires its argument in degree measurement units.

Example

sind(90)

Returns 1, the sine of 90 degrees.