sind

Returns the sine of a (in degrees).

Syntax

sind(a)

Inputs

a
Any valid scalar | vector | matrix in degrees.
Type: double | integer
Dimension: scalar | vector | matrix

Outputs

R
scalar | vector | matrix

Examples

Simple scalar sind example:
sind(1170)
R = 1
Simple matrix sind example:
sind([30,60;45,90])
R = [ 0.5 0.866025 ; 0.707107 1 ]